-
Notifications
You must be signed in to change notification settings - Fork 432
SpaceNet2 doesn't work #2683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm pretty sure
|
This is frustrating because I still have the data I downloaded 8 months ago when working on #2203 and it is compatible. Which means the data structure changed in the last 8 months, and possibly all of our SpaceNet datasets need to be changed. I really wish AWS had some kind of stable versioned checksummable download option. Feel free to submit a PR to fix these. You probably don't need to actually download anything to check the directory structure for the other versions, you can just use |
The .tar.gz files I show above match the checksums we list in the dataset. The already un-tarred data on AWS is in a different directory structure though (which seems to be what the dataset object expects). Separately, our I'll open a PR to fix SpaceNet2, but because everything is crammed into this super class I'm not sure if it will break others. |
Also see #2366 for more SpaceNet woes. |
Description
SpaceNet2 dataset doesn't work with real data.
Setup:
Steps to reproduce:
You can also see this by doing
less SN2_buildings_train_AOI_2_Vegas.tar.gz
which gives:This file structure is not compatible with what the
SpaceNet2
dataset is looking for.Steps to reproduce
see above
Version
0.6.2
The text was updated successfully, but these errors were encountered: