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

libopencv_calib3d.so.3.2 and libopencv_imgcodecs.so.3.2 not found #3

Open SachinHR opened 4 years ago

SachinHR commented 4 years ago

Starting... git version 2.25.1 opencv_createsamples: error while loading shared libraries: libopencv_calib3d.so.3.2: cannot open shared object file: No such file or directory Environment ready! Positive Dir selected: /home/sachin/Documents/Profession/OBJECTS/Face/p Negative Dir selected: /home/sachin/Documents/Profession/OBJECTS/Face/n Negative Dir selected:
Negative Dir selected: /home/sachin/Documents/Profession/OBJECTS/Face/n Output Dir selected: /home/sachin/Documents/Profession/OBJECTS/Face Successfully generated negative images index Successfully generated positive images index opencv_createsamples: error while loading shared libraries: libopencv_calib3d.so.3.2: cannot open shared object file: No such file or directory mkdir: cannot create directory ‘classifier’: File exists opencv_traincascade: error while loading shared libraries: libopencv_imgcodecs.so.3.2: cannot open shared object file: No such file or directory Training Completed Successfully

amannirala13 commented 4 years ago

This is a problem with your environment. Please check the solutions: