We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shoule i change both roi's loss_bbox and rpn's loss_bbox from l1 loss to ciou loss ,and for doule shared head ?
The text was updated successfully, but these errors were encountered:
CIoU is for bbox regression. Of course you can.
Sorry, something went wrong.
谢谢
您好,请问您是怎么使用CIOU的?仅仅是将rpn_head和roi_head里的L1loss替换成了CIOU吗?需要有其他地方的改动吗?我直接修改了这两处的loss,但是训练结果一开始就是nan
No branches or pull requests
shoule i change both roi's loss_bbox and rpn's loss_bbox from l1 loss to ciou loss ,and for doule shared head ?
The text was updated successfully, but these errors were encountered: