sherrardTr4129 / Haar-Cascade-Classifiers

A repository containing Haar Cascades that I trained.
http://www.trevorsherrard.com/html/Haar_training.html
MIT License
21 stars 6 forks source link

more classifier #1

Closed Jaylton closed 8 years ago

Jaylton commented 8 years ago

you have more classifiers?

sherrardTr4129 commented 8 years ago

Hello!

What I have in that repository is up to date. I am planning to begin training more soon. I usually train several over the course of a few days and then take a break from it for a while. I will say that I have written a tutorial on how to train your own classifiers if you are interested in doing so for yourself. It can be found on my personal website http://trevorsherrard.com/Haar_training.html. I personally believe it is a good resource, but there are others on the subject as well obviously.

Let me know if there is anything else I can do to help, and good luck! -Trevor Sherrard

On Sun, Sep 11, 2016 at 5:18 PM, Jaylton notifications@github.com wrote:

you have more classifiers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sherrardTr4129/Haar-Cascade-Classifiers/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFG3o5Mx8f9h49BPK3Jf9jsgNs821GGIks5qpHAogaJpZM4J6G2z .

Jaylton commented 8 years ago

thanks, in Training the Cascade Classifier: shows this error: opencv_traincascade: command not found because? and how to fix?

sherrardTr4129 commented 8 years ago

That sounds like you don't have the traincascade utility working correctly.

sherrardTr4129 commented 8 years ago

Closing issue for now. I will make sure to put up more classifiers soon as I train more. If you need help configuring or installing OpenCV please see the questions page.