detect() function: specify class or classes to detect
Ältere Kommentare anzeigen
Hi!
I am running tiny yolov2 using ONNX with MATLAB.
Is there a way to limit which classes you want to detect
Thanks!
Antworten (1)
Gouri Chennuru
am 6 Nov. 2020
0 Stimmen
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!
Kategorien
Mehr zu Object Detection finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!