Scripts for setting up the SpaceNet dataset for training a SegNet model via https://github.com/developmentseed/skynet-train
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