mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 382 forks source link

Updates readme to recommending our docker images #154

Closed daniel-j-h closed 5 years ago

daniel-j-h commented 5 years ago

Turns out on Travis we install dependencies manually so we can run our tests. The first commit updates the dependencies. The second commit removes manual installation instructions from the readme - users should just use our pre-built docker images. And then shows example docker image usage instructions.

Preview: https://github.com/daniel-j-h/robosat/tree/update-readme#installation

cc @jacquestardie I think this is blocked by having up-to-date docker images (https://github.com/mapbox/robosat/issues/153) - which I just noticed we no longer have.

daniel-j-h commented 5 years ago

Merging this; #153 is not done yet - worst case users will get old images and not (unreleased) master.