Different Values of Bounding Boxes for different classes.
이전 댓글 표시
I am working on matlab example of object detection using YOLO v3.
I am using multiple classes (vehicles: cars,bus,trucks,sedan etc).
While reading example https://www.mathworks.com/help/deeplearning/ug/object-detection-using-yolo-v3-deep-learning.html?s_tid=srchtitle
There was written that :(Bounding boxes can not containing zeros/NaNs/Infs/empty), also the values of the bounding boxes should be finite, positive, non-fractional, non-NaN and should be within the image boundary with a positive height and width. So, say i am working with 5 classes. In an image, if there are two classes present, then it will give error for the bounding boxes of 3 other classes.
Can bounding boxes be just [0] for a class not present in an image. or is it an error ?
Can some one explain this?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Object Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
