Training Custom Classification Model XML creation
3 views (last 30 days)
Show older comments
In the documentation for: http://www.mathworks.com/help/vision/ref/vision.cascadeobjectdetectorclass.html#vision.CascadeObjectDetector.ClassificationModel
I need to know how to create my own XML custom model to be input into as training. It says here:
Trained cascade classification model
Specify the name of the model as a string. This value sets the classification model for the detector. You may set this string to an XML file containing a custom classification model, or to one of the valid model strings listed below. ------
How do I train this model with my own image file for training, for example a tennis ball?
Thank you. Regards, Samir
0 Comments
Answers (1)
Brett Shoelson
on 5 Jun 2013
Samir, Start here:
and then download and use CascadeTrainGUI:
Cheers, Brett
0 Comments
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!