All Projects → developmentseed → Spacenet Data

developmentseed / Spacenet Data

Scripts for setting up the SpaceNet dataset for training a SegNet model

Programming Languages

shell
77523 projects

spacenet-data

Scripts for setting up the SpaceNet dataset for training a SegNet model via https://github.com/developmentseed/skynet-train

Use

Assuming you have docker installed and have downloaded the contents of AOI_1_Rio/processedData from the SpaceNet dataset to /mnt/AOI_1_Rio/processedData:

cd /mnt/AOI_1_Rio/processedData
tar zxvf 3band.tar.gz
cd vectorData
tar zxvf geojson.tar.gz
docker run -v /mnt/AOI_1_Rio:/spacenet:ro -v /mnt/spacenet-1:/data developmentseed/spacenet-data
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].