robosat icon indicating copy to clipboard operation
robosat copied to clipboard

Need an install instruction in a Python IDE

Open MaryElna opened this issue 5 years ago • 4 comments

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

MaryElna avatar Dec 09 '20 09:12 MaryElna

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.

daniel-j-h avatar Dec 09 '20 14:12 daniel-j-h

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. [email protected] 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 .

MaryElna avatar Dec 10 '20 21:12 MaryElna

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.

daniel-j-h avatar Dec 11 '20 10:12 daniel-j-h

Thanks, I'll check it out.

On Fri, Dec 11, 2020 at 1:54 PM Daniel J. H. [email protected] 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 .

MaryElna avatar Dec 11 '20 11:12 MaryElna