-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.sort_obj_iou #4356
Comments
This sorts objectness IoU. |
Is there any difference between sorting and not sorting? |
@coderhukai if there were no difference there would be little point in having two options naturally. |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
嗨,同学,你试了吗?这个参数,是否能带来性能提升呢? |
@SCAU-HuKai |
@bilzard 嗨,这个链接下面几位的讨论和我有相同的困惑,这和YOLOv5的loss计算策略有关,我也一直困惑obj损失为什么会被覆盖掉,显然作者也在困惑这样的操作为什么没有带来太大的性能损失,我想这和数据集本身有关,在box比较拥挤的数据集上对obj进行排序后再计算可能性能会提升,总而言之,感谢。 |
@SCAU-HuKai Sorry, I don't understand Chinese.
I agree. I also don't understand much about the feature. And personally, I also have an impression of the feature is merged with not well discussed the theoretical background (though I may be misunderstanding). All end all, as it's default-off feature, I think you can neglect this feature if you think it isn't necessary. |
I used the sorting function in a custom dataset and the result has a decrease instead. The anchor with multiple sample matches should have higher iou, not be covered by low iou. The theory is correct, but the experimental result is opposite and I am puzzled. Can someone help me with this please? |
why use sort_obj_iou? What is its function?
The text was updated successfully, but these errors were encountered: