-
Notifications
You must be signed in to change notification settings - Fork 44
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
the ciou loss vs. computeciou #8
Comments
OR ciou is only for ssd/yolact and computeciou for faster-rcnn/mask-rcnn? |
The difference is due to the different variables feed in the function. You just choose them according to your basic model. |
I see. Thanks. |
Hi, |
And also which one is suggested to follow |
@kelvinkoh0308 both are ok |
@Zzh-tju thanks for your reply |
@Zzh-tju can I know what is the reason that you add S = (iou>0.5).float() ? |
Thanks for sharing the code.
I have noticed that in your other repositories (for example, https://github.com/Zzh-tju/DIoU-pytorch-detectron), you implement the computeciou function as the ciou loss, which is different from the implementation in this repository. I'm wondering why the implementation is different and which one do you suggest to use?
The text was updated successfully, but these errors were encountered: