detect() function: specify class or classes to detect
1 回表示 (過去 30 日間)
古いコメントを表示
Hi!
I am running tiny yolov2 using ONNX with MATLAB.
Is there a way to limit which classes you want to detect
Thanks!
0 件のコメント
回答 (1 件)
Gouri Chennuru
2020 年 11 月 6 日
Hi,
As per my understanding, using the following
[___,labels] = detect(detector,I) returns a categorical array of labels assigned to the bounding boxes, using either of the preceding syntaxes. The labels used for object classes are defined during training using the trainRCNNObjectDetector function.
Hope this Helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!