inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

Building my own classifiers #20

Closed puma91 closed 10 years ago

puma91 commented 10 years ago

I can't figure out how to include my own classifiers. I have made a XML file with haartraining(sources say that jsfeat needs classifier in "old" format) and converted it to js with haartojs script. It doesn't work when I include it. Which utility should I use for creating the right js files?

inspirit commented 10 years ago

there is a note in cascades files:

/**
 * this cascade is derived from https://github.com/mtschirs/js-objectdetect implementation
 * @author Martin Tschirsich / http://www.tu-darmstadt.de/~m_t
 */

please contact the original author since i didnt train/convert cascades myself.