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

Are the required dimensions related to the postive or negative images? #7

Open jrichardsz opened 2 years ago

jrichardsz commented 2 years ago

What about the width and height

image

Also in readme there is a typo: traget instead target Now provide the width and height of the traget object which is by default set to 24x24.

Thanks