developmentseed / skynet-data

[DEPRECATED] Data pipeline for machine learning with OpenStreetMap
ISC License
169 stars 32 forks source link

Completely offline training #3

Closed nk-dev0 closed 7 years ago

nk-dev0 commented 7 years ago

Thank you for this code, it looks to be very useful. I want to try this out on some images I have already downloaded, and using a completely offline process (which includes already having downloaded the entire planet's OSM QA tiles). How might one go about this?

anandthakker commented 7 years ago

The scripts here are just for preparing data -- once you've run them, you should have a directory full of data that is ready to be trained completely offline.

Does this answer your question?

nk-dev0 commented 7 years ago

I suppose I should reframe my question: is it possible to just create the OSM masks based on image files I already have, instead of querying a server to get certain image files?