CP-Cluster is improving Yolov5 accuracy without retraining official models #6227
shenyi0220
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
|
@shenyi0220 yes I'd seen that! Those are impressive mAP improvements. What's the best way to offer this an an NMS option? Our NMS function is here, it's mainly a wrapper around the torch vision nms function, which itself is compiled in C I think: Lines 647 to 669 in f80c463 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CP-Cluster outperforms all NMS methods when applied to Yolov5 official models without getting them retrained, gaining ~0.3 improvement on average.
https://github.com/shenyi0220/cp-cluster
Beta Was this translation helpful? Give feedback.
All reactions