developmentseed / spacenet-data

Scripts for setting up the SpaceNet dataset for training a SegNet model
43 stars 11 forks source link

Error ".geojson files having no features" while running docker run command #4

Open PraveerSINGH opened 7 years ago

PraveerSINGH commented 7 years ago

Hey, I am new to docker and wanted to play around with the spacenet code for segmentation. Unfortunately when I try to run your docker script, I face the following issues ->

1> An error pops up while running the docker run command as reproduced in the gist link below: https://gist.github.com/PraveerSINGH/b8104d218d238732babccfbe89b00399.

Why are the .geojson files having no features ?

Also regarding rio rasterize error in the above link, I don't find this file in my local machine even though I downloaded the dataset from AWS link: /spacenet/processedData/3band/3band_Rio_OUTLINE_Public_AOI.geojson.tif Is this present in the docker container or somewhere else ?

2> I am also new to the OpenStreetMap + Satellite Imagery training data generation using .geojson files. Is there any workaround that simply gives me tiff ground truth images of segmentation maps for each color images in the 3-band ?

Thanks in advance.

arxivi commented 5 years ago

Have you solved this problem?