fcntes / IndoorDepth

A Pytorch Implementation of IndoorDepth
14 stars 1 forks source link

How to download version 3.1.0.4 of opencv-python #4

Open water221 opened 2 months ago

water221 commented 2 months ago

I found that I could not download version 3.1.0.4 of opencv-python when preprocessing the dataset. I also could not find version 3.1.0.4 of opencv-python on opencv-python official website. Can you tell me where I downloaded version 3.1.0.4 of opencv-python? Can you provide the whl package for opencv-python version 3.1.0.4, or do you have any alternatives in line 43 of the preprocess/extract_lineseg.py file, if you have time, please answer, I believe this will bring me great help, and good luck

fcntes commented 2 months ago

I found that I could not download version 3.1.0.4 of opencv-python when preprocessing the dataset. I also could not find version 3.1.0.4 of opencv-python on opencv-python official website. Can you tell me where I downloaded version 3.1.0.4 of opencv-python? Can you provide the whl package for opencv-python version 3.1.0.4, or do you have any alternatives in line 43 of the preprocess/extract_lineseg.py file, if you have time, please answer, I believe this will bring me great help, and good luck

Due to patent issues, it is not possible to use the LSD algorithm for line segmentation after opencv-python version 3.4.6, so you only need to install a version lower than 3.4.6, not necessarily the 3.1.0.4 version mentioned in our readme file.

water221 commented 2 months ago

I found that I could not download version 3.1.0.4 of opencv-python when preprocessing the dataset. I also could not find version 3.1.0.4 of opencv-python on opencv-python official website. Can you tell me where I downloaded version 3.1.0.4 of opencv-python? Can you provide the whl package for opencv-python version 3.1.0.4, or do you have any alternatives in line 43 of the preprocess/extract_lineseg.py file, if you have time, please answer, I believe this will bring me great help, and good luck

Due to patent issues, it is not possible to use the LSD algorithm for line segmentation after opencv-python version 3.4.6, so you only need to install a version lower than 3.4.6, not necessarily the 3.1.0.4 version mentioned in our readme file.

Thank you for your reply, I will follow your tips to try, wish all the best