SpaceNetExploration icon indicating copy to clipboard operation
SpaceNetExploration copied to clipboard

A sample project demonstrating how to extract building footprints from satellite images using a semantic segmentation model. Data from the SpaceNet Challenge.

Results 2 SpaceNetExploration issues
Sort by recently updated
recently updated
newest added

Cannot find some files like (train.py, train_config.py) as they changed to other directory

if images have been processed as TIFF images instead of JPEG (createDataSpaceNet.py) : ********************************************************************************************* dataset.py: replace('.tif', 'segcls.png') polygonize.py: when iterating through files: #image_files = [image_file for image_file in image_files if...

enhancement