THU-MIG / yolov10

YOLOv10: Real-Time End-to-End Object Detection

Home Page:https://arxiv.org/abs/2405.14458

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo 10 the IOU parameter does not work

boltholds opened this issue · comments

torch 2.2.2
torchvision 0.17.2
ultralytics 8.2.50
ultralytics-thop 2.0.0

Used the IOU size 0 ... 0.9 and at any value, the boxes did not merge, as if the parameter was ignored
I wrote my own function that measures the percentage of intersection:

The intersection between rectangles 0 and 1: IoU = 0.1258
The intersection between rectangles 0 and 2: IoU = 0.2392
The intersection between rectangles 1 and 2: IoU = 0.7926

recive