amannirala13 / HAAR-Cascade-Trainer-Linux

🖼️ This is a HAAR Cascade Classifier training GUI application for Linux. This application make it really easy to train classifiers for object detection and tracking using opencv by providing a Graphical user interface to set parameters and perform necessary steps.
https://amannirala13.github.io/HAAR-Cascade-Creator-OpenCV/
MIT License
32 stars 8 forks source link

opencv_createsamples: command not found #9

Open ImAli0 opened 2 years ago

ImAli0 commented 2 years ago

Hi, the contributor and others. I am having the same problem as described previously by others. opencv_createsamples: command not found My OpenCV ver is 4.5 and python is 3.10

would be really nice to see any updates on this by the contributor. Thanks, we appreciate your contribution

Bala2703 commented 1 year ago

First I've faced these issues Now its solved by using these method... You have to create a new conda environment conda create -n opencv_legacy Activate that environment conda activate opencv_legacy install opencv3 by following command conda install -c menpo opencv3

Note: Before running python code you should activate that environment Otherwise error will come...