필터 지우기
필터 지우기

Different Values of Bounding Boxes for different classes.

조회 수: 2 (최근 30일)
Hamza Afzal
Hamza Afzal 2021년 2월 20일
댓글: Image Analyst 2021년 2월 22일
I am working on matlab example of object detection using YOLO v3.
I am using multiple classes (vehicles: cars,bus,trucks,sedan etc).
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?

채택된 답변

Image Analyst
Image Analyst 2021년 2월 20일
I don't think so. If the bounding box was [0], it would not even have produced that bounding box in the first place.
  댓글 수: 9
Image Analyst
Image Analyst 2021년 2월 22일
I don't know exactly how you're generating the table and how you're passing the table to the training software, but evidently you can only pass in a bounding box that is not empty, so make sure that is the case.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by