developmentseed / spacenet-data

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 66.3%Language:Python 33.7%