You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Because of patented algorithms like surf and sift being removed from opencv-contrib, installing via the given method in the readme is not working.
To Reproduce
Steps to reproduce the behavior:
Try installing and running the program.
opencv-contrib package will have to be built from source with NONFREE flag set. If this package installed directly then we wont be able to use a crucial function in the code. This might take some time.
You need an older version of opencv-contrib-python and opencv-python. Something 3.+ but before 3.4.2.17. Let me know if it works. Try using pip inside the anaconda environment, it should install the package in the environment. pip install opencv-contrib-python=3.4.2.17 should work. You can find available versions at https://pypi.org/project/opencv-contrib-python/#history
Describe the bug
Because of patented algorithms like surf and sift being removed from opencv-contrib, installing via the given method in the readme is not working.
To Reproduce
Steps to reproduce the behavior:
Try installing and running the program.
Expected behavior
Opencv-contrib library wont install
How to fix
I installed the following packages in a conda environment one by one and then used a special flag to install opencv-contrib and it worked
Installation - WORKING USING CONDA
Create conda environment with the name 'signature_extraction' and activate virtual env
Install packages one by one (requirements.txt not working properly because of different channels)
opencv-contrib package will have to be built from source with NONFREE flag set. If this package installed directly then we wont be able to use a crucial function in the code. This might take some time.
Once all packages are installed to the virtual env, cd to the project directory and run the GUI app with
The text was updated successfully, but these errors were encountered: