필터 지우기
필터 지우기

detect() function: specify class or classes to detect

조회 수: 3 (최근 30일)
Kev
Kev 2020년 11월 1일
답변: Gouri Chennuru 2020년 11월 6일
Hi!
I am running tiny yolov2 using ONNX with MATLAB.
Is there a way to limit which classes you want to detect
Thanks!

답변 (1개)

Gouri Chennuru
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.
You can refer to this link for more information.
Hope this Helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by