eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Converting new haar casade data from opencv #357

Closed BhavitChhatralia closed 5 years ago

BhavitChhatralia commented 5 years ago

Have attempted to use: https://github.com/cirocosta/gulp-converter-tjs But due to the new format of opencv the xml file generated doesn't allow for the converter to parse the file into tracking js array format. The number of internal nodes doesn't correspond with the number of rects. Any help is appricated.

BhavitChhatralia commented 5 years ago

Found a alternative converter which seems to do the job of converting the xml into the tjs array format. https://github.com/wildhaber/haar2tjs