RETURN-project / Tools

Supporting tools
Apache License 2.0
0 stars 0 forks source link

OpenCV installation #4

Open PabRod opened 4 years ago

PabRod commented 4 years ago

The current installation process of OpenCV (based on this tutorial) seems unnecessarily cumbersome and old-fashioned.

Is there a reason we are not using something like the line below?

apt-get install opencv=4.1.0 libopencv-dev (and maybe python3-opencv)

Notes

Related to issue #1

wandadk commented 4 years ago

Good question! I followed the guidelines and link provided in the FORCE tutorial (https://force-eo.readthedocs.io/en/latest/). I agree that the short version would be preferred if it works equally well.

PabRod commented 4 years ago

Thanks for your answer! Let's keep it as it is for now, and perhaps deal with it later.

I am dealing with a couple of simultaneous problems in BenchmarkRecovery, and it's better to go one at a time 😅

wandadk commented 4 years ago

Ok! Yes, I agree. Let me know if I can help you with the bugs.