Skip to content
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

i try to implement ciou loss in mmdetection #9

Open
kiddliao opened this issue May 24, 2020 · 3 comments
Open

i try to implement ciou loss in mmdetection #9

kiddliao opened this issue May 24, 2020 · 3 comments

Comments

@kiddliao
Copy link

kiddliao commented May 24, 2020

shoule i change both roi's loss_bbox and rpn's loss_bbox from l1 loss to ciou loss ,and for doule shared head ?

@Zzh-tju
Copy link
Owner

Zzh-tju commented May 24, 2020

CIoU is for bbox regression. Of course you can.

@kiddliao
Copy link
Author

谢谢

@gufan-d
Copy link

gufan-d commented Mar 15, 2021

shoule i change both roi's loss_bbox and rpn's loss_bbox from l1 loss to ciou loss ,and for doule shared head ?

您好,请问您是怎么使用CIOU的?仅仅是将rpn_head和roi_head里的L1loss替换成了CIOU吗?需要有其他地方的改动吗?我直接修改了这两处的loss,但是训练结果一开始就是nan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants