open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
28.5k stars 9.28k forks source link

RTMDet different loss than official paper ? #11732

Open PushpakBhoge opened 1 month ago

PushpakBhoge commented 1 month ago

The official paper of RTM Det https://arxiv.org/pdf/2212.07784 link the RTMDet of mmdet as official implementation of the paper but there is one weird thing I have noticed that official paper mentions that the bbox_loss is -log(IOU)

but in config it using GIOU loss ? I thought maybe in code this log was being taken but I did not find any such operations in class RTMDetHead method ?

is there any reason why this part is different from the paper ? Also why have GIoU loss and not CIoU loss

tagging authors here thank you for your help @RangiLyu @ZwwWayne