mapbox / robosat

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

Need an install instruction in a Python IDE #214

Open MaryElna opened 3 years ago

MaryElna commented 3 years ago

Hi, I am a beginner and need an install instruction of robosat in the Google colab or some simple known IDE, Is there any help? Best Regards Mary

daniel-j-h commented 3 years ago

This repo is unmaintained for the last 2+ years. See the note in

https://github.com/mapbox/robosat/blob/master/README.md

by now you'd have to upgrade pytorch, torchvision, cuda drivers in the dockerfiles, and so on.

I'm sorry.

MaryElna commented 3 years ago

Dear Daniel, thanks for your reply and the useful Robosat program, You mentioned some program needs to update, with these points, is it possible to run it in ubuntu? and does it install on an old and relative weak system? Best Regards Mary

On Wed, Dec 9, 2020 at 5:32 PM Daniel J. H. notifications@github.com wrote:

This repo is unmaintained for the last 2+ years. See the note in

https://github.com/mapbox/robosat/blob/master/README.md

by now you'd have to upgrade pytorch, torchvision, cuda drivers in the dockerfiles, and so on.

I'm sorry.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mapbox/robosat/issues/214#issuecomment-741790283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOPU2TG3S2GHXSPUGBYINDST57QXANCNFSM4UTHSR7Q .

daniel-j-h commented 3 years ago

The docker images should still work; for that you'd need

https://docs.docker.com/engine/install/

and when you want to run on GPUs

https://github.com/NVIDIA/nvidia-docker

follow the instructions in

https://github.com/mapbox/robosat#installation

But also

and does it install on an old and relative weak system?

for prediction it should work, for training you will need GPUs.

MaryElna commented 3 years ago

Thanks, I'll check it out.

On Fri, Dec 11, 2020 at 1:54 PM Daniel J. H. notifications@github.com wrote:

The docker images should still work; for that you'd need

https://docs.docker.com/engine/install/

and when you want to run on GPUs

https://github.com/NVIDIA/nvidia-docker

follow the instructions in

https://github.com/mapbox/robosat#installation

But also

and does it install on an old and relative weak system?

for prediction it should work, for training you will need GPUs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mapbox/robosat/issues/214#issuecomment-743110548, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOPU2V5IHEUWECKME7AMQ3SUHXNFANCNFSM4UTHSR7Q .