tracking.js icon indicating copy to clipboard operation
tracking.js copied to clipboard

Including training data for new objects

Open telemakhos opened this issue 11 years ago • 6 comments

I can't find any reference or example in the docs for including new objects via trained classifiers from OpenVC. (i.e: "a toy car")

In the docs there's the "classifiers" array (Holds the HAAR cascade classifiers converted from OpenCV training), but I would like to know how I could do the conversion from OpenCV data (.xml?) to this array for Viola-Jones.

I'd appreciate if you can point me to some resource where I can find how to do it.

Thanks! Cool project!

telemakhos avatar Jul 28 '14 19:07 telemakhos

Hey @Telemakhos, thanks for reporting it.

We're currently working in a build task to make it easier for importing OpenCV training data.

We'll let you know when finished :)

zenorocha avatar Jul 28 '14 19:07 zenorocha

Awesome! thanks :smile:

telemakhos avatar Jul 28 '14 20:07 telemakhos

I have a way to do this with an application js, for more information speak to me in gmail ([email protected])

Jaylton avatar Aug 15 '16 21:08 Jaylton

Would love to get started with adding new learning data!

Master244 avatar Sep 13 '16 02:09 Master244

Any updates on this topic?? I'm interested.

nbpalomino avatar Nov 13 '18 22:11 nbpalomino

It's been some time since I stopped working with tracking. Do you know that tracking is works based on Haar cascade? I learned how to train my haar cascade at this link https://coding-robin.de/2013/07/22/train-your-own-opencv-haar-classifier.html

Em ter, 13 de nov de 2018 às 19:53, Nick B. Palomino < [email protected]> escreveu:

Any updates on this topic?? I'm interested.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/eduardolundgren/tracking.js/issues/85#issuecomment-438469467, or mute the thread https://github.com/notifications/unsubscribe-auth/ASerbel44KUGE2Xt-2oASJoHRDXjhjitks5uu01xgaJpZM4CRqNx .

Jaylton avatar Nov 13 '18 23:11 Jaylton