-
Notifications
You must be signed in to change notification settings - Fork 76
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
Downloading the dataset workaround #43
Comments
When I ran PS: My go version is |
|
Thanks for your reply. But I want to use this code to download my own pictures. :) |
@bjzhb666 You don't actually need Go to download imagery from Maps. You can just use the Maps API directly or using python+requests. The Go code is just a wrapper around the API call https://developers.google.com/maps/documentation/maps-static/start |
Just wanted to thank you for doing god's work out here, you just saved my GPA |
For anyone else struggling to get gomapinfer installed and running to download the imagery, you can use the following to install without the error thrown by rtreego error referenced in mitroadmaps/gomapinfer#3.
Then replace in all
.go
files in this repo:github.com/mitroadmaps/gomapinfer/common
->github.com/ironsublimate/gomapinfer/common
github.com/mitroadmaps/gomapinfer/googlemaps
->github.com/ironsublimate/gomapinfer/googlemaps
Then run to download the imagery:
Then to generate the ground truth masks download the ground truth road graphs here https://roadmaps.csail.mit.edu/roadtracer/graphs.zip and unzip and run
The text was updated successfully, but these errors were encountered: