andrewssobral / vehicle_detection_haarcascades

Vehicle Detection by Haar Cascades with OpenCV
533 stars 521 forks source link

Create Xml files #20

Open hareeshsamanvitha opened 1 year ago

hareeshsamanvitha commented 1 year ago

could you help me how to create xml files from the video image data

andrewssobral commented 1 year ago

Hi @hareeshsamanvitha , sorry for my late reply. Unfortunately I not work anymore with haarcascades, but you can try to follow the tutorial below: https://coding-robin.de/2013/07/22/train-your-own-opencv-haar-classifier.html Hope this helps you

andrewssobral commented 1 year ago

You can also try to use this nice tool: https://github.com/hzawary/CascadeTrainingTool