-
Notifications
You must be signed in to change notification settings - Fork 16
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
CIou #22
Comments
Which loss is your baseline? BBox reg loss just facilitates the model training. Label assignment is also an important indicator. Better label assignment will ease the training difficulty, making the CIoU loss obtain less improvement. |
I directly use the ciou function, because the project also use the multibox of ssd. So it can easy to add it. And I get the same good result when change the SmoothL1 loss to ciou loss on location(x,y,w,h). |
what is your reg loss weight when switching to CIoU? |
I test the two reg loss weight. One is 2. The other is 16. Loc ''' |
Hi, tju
Thanks for your project.
I try to use the ciou loss and add it to the project
https://github.com/biubug6/Pytorch_Retinaface
But it seem to get the same precision AP.
Do you have any idea?
The text was updated successfully, but these errors were encountered: