-
Notifications
You must be signed in to change notification settings - Fork 71
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
Documentation #3
Comments
Hello, The software code associated with kohei-solution-20170612_4.zip is in this directory. The zip file isn't currently available for download but the directions should be able to be followed from there. This will require retraining. Thank you, |
Dave, Yeah I've tried following the training step from the "Instruction Manual" document", but I get errors like Also, am I right to assume that I'm supposed to mount a directory "data" like below to the docker? Thanks for the help |
Hello, What was the training command? The working directory has large files that are created from the dataset. They are too large to host on Github. The training process is supposed to recreate them. Are there any other errors above the FileNoteFound error. Usually this is caused because there was an error earlier in the data processing steps. Thank you, |
Dave, I followed these steps:
Also, here is more of the output I got `>>>>>>>>>> v17.py Using gpu device 0: Tesla K80 (CNMeM is disabled, cuDNN 5110) |
Is that the entire output?
Usually there are errors higher up that indicate a problem Thank you, |
Here's the first part: root@*****:~# ./train.sh \
Using gpu device 0: Tesla K80 (CNMeM is disabled, cuDNN 5110)
Thanks |
Ok it looks like is is having a problem with reading the labels csv using pandas. Do you have a csv file in summaryData. you can check to see if it's located correctly. do you have a file at |
I don't any csv files nor do I have the summaryData subdirs in the AOI folders. |
Hello, The csv files that are stored in SummaryData were used as the training labels for the data. It looks like you may have to re-download the data. The solutions in this repository are designed to specifically use the SpaceNet data as packaged for the TopCoder competition. See [SpaceNet Building Detector Round 2 on TopCoder] (https://community.topcoder.com/longcontest/?module=ViewProblemStatement&rd=16892&pm=14551) for more information about the contest and how to use the data. There are instructions on how to download the data on that website. For even more information on accessing the data from AWS please visit https://spacenetchallenge.github.io/ Thank you, |
Dave, Thanks, I will try this |
Rather than posting a large file to gihub (I assume file size is the issue), could you put it on s3? This would help avoid the relatively large costs of downloading the entire dataset and training from scratch. This might also fix #5 for many users who just want to replicate the results as well. |
Hello,@eong93 |
Still wondering here how one could get the osm data for training...the link to it is broken now. |
Found this website that also hosts OSM data, don't know if that'll be helpful... |
Hi,
Is there more documentation on how to run this? I'm having trouble with training from scratch. Also, is "kohei-solution-20170612_4.zip" available somewhere?
Thanks
The text was updated successfully, but these errors were encountered: