thangvubk / Cascade-RPN

Code for NeurIPS 2019 paper: "Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution"
Apache License 2.0
180 stars 19 forks source link

GIoU or CIoU loss #10

Open dereyly opened 4 years ago

dereyly commented 4 years ago

Thank you for your great work! Do you try GIoU or CIoU loss in your experiments?

thangvubk commented 4 years ago

Hi @dereyly, You can try to apply GIoU and CIoU to the Cascade RPN. Based on mmdetection benchmark, I think the performance would not change much.