Object Detection with Blank labels
显示 更早的评论
Hi,
I am training a YOLO object detector to detect people in an image. When I test the model on unseen data, there are certain false detections that keep on coming up. I want to include images in my training set that have no people in (ie: the labelled bounding box will be blank) so that the model can learn what a person is not.
However, an error is thrown when there are blank labels.
As a work around, I have taken the types of images that typically produce false detectens and I have synthetically pasted a person in the image. The idea is that the model will now see that the label is not where it typically detects it. However, this is time consuming.
Is there a way around this or any suggestions?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Object Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!