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

Trained classifier detects too many false positives and usage percent not working #1

Open amannirala13 opened 4 years ago

amannirala13 commented 4 years ago

The classifiers trained detects a lot of false positives. The positive.vec file is generated successfully without any issues so probably the issue is with the test data set or the training parameters.

The usage percent option throws cv:Exception that insufficient number is provided than what is present in the positive.vec file.