vislearn / dsacstar

DSAC* for Visual Camera Re-Localization (RGB or RGB-D)
BSD 3-Clause "New" or "Revised" License
235 stars 36 forks source link

What does it mean by "opencv (3.4.2)"? #4

Closed chudur-budur closed 3 years ago

chudur-budur commented 3 years ago

Which one is it?

opencv 3.4.2 (opencv.org): https://github.com/opencv/opencv/releases/tag/3.4.2 opencv-python 3.4.2.16 (pypi.org): https://pypi.org/project/opencv-python/3.4.2.16/#history opencv 3.4.2 (anaconda.org): https://anaconda.org/conda-forge/opencv

ebrach commented 3 years ago

All of these should work. Installing via conda is probably the most convenient solution and should work well with the C++ setup script.

chudur-budur commented 3 years ago

Okay, got it. Thanks!