Egrt / yolov7-obb

在YOLOv7的基础上使用KLD损失修改为旋转目标检测yolov7-obb
GNU General Public License v3.0
181 stars 26 forks source link

How can i add background image ? #7

Open VietPT3502 opened 1 year ago

Egrt commented 1 year ago

I don't understand what you mean. Could you describe it more specifically?

VietPT3502 commented 1 year ago

for example, I want to detect some bike, but model FP is high, so anything looks similar to bike is predicted as bike. I want to reduce FP by add some background image which not contain bike but include some bike similar objects to tell the model that those objects are not bike. How can I do this?