WongKinYiu / ScaledYOLOv4

Scaled-YOLOv4: Scaling Cross Stage Partial Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When calculating an AP, set the IOU for a specific class

GitHubyu007 opened this issue · comments

Thank you very much for your work.
I would like to ask whether different IOU thresholds can be set for specific classes when calculating AP. For example, when calculating an AP, the first class uses an IOU value of 0.2 and the second class uses an IOU value of 0.5?

Use parameter --verbose in test.py