How to manually change the ObjectTrainingSize in trainCascadeDetector for training larger patches?
1 回表示 (過去 30 日間)
古いコメントを表示
I'm testing the classifier design functions. When I run the detector it automatically sets the ObjectTrainingSize to [ 32, 44 ] irrespective of the no positive/negative samples. Hw do I manually change it to train on larger patches like [hei,wid]=[50,150]?
0 件のコメント
回答 (1 件)
Anand
2016 年 10 月 10 日
If you are training using the trainCascadeObjectDetector function, you can set the 'ObjectTrainingSize' parameter during training to change this.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!