Training Custom Classification Model XML creation
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
Answers (1)
Brett Shoelson
on 5 Jun 2013
0 votes
Samir, Start here:
and then download and use CascadeTrainGUI:
Cheers, Brett
Categories
Find more on Deep Learning Toolbox 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!