Closed zhenghw111 closed 1 year ago
Hello author! Thanks for the great work you do! I found that the performance you announced on GitHub is not consistent with the performance in the code you provided. For example, BEVDet-R50-CBGS has mAP=31.3 on GitHub but only 30.85 in the code, BEVDet-R50-4D-CBGS+align mAP=35.4, but only 31.6 in the code. This doesn't seem reasonable, so what should I use as a criterion? https://github.com/HuangJunJie2017/BEVDet/blob/dev2.1/configs/bevdet/bevdet-r50-cbgs.py https://github.com/HuangJunJie2017/BEVDet/blob/dev2.1/configs/bevdet/bevdet-r50-4d-cbgs.py
@zhenghw111 use the performance listed in the config files
OK! Thank you for your reply.
Hello author! Thanks for the great work you do! I found that the performance you announced on GitHub is not consistent with the performance in the code you provided. For example, BEVDet-R50-CBGS has mAP=31.3 on GitHub but only 30.85 in the code, BEVDet-R50-4D-CBGS+align mAP=35.4, but only 31.6 in the code. This doesn't seem reasonable, so what should I use as a criterion? https://github.com/HuangJunJie2017/BEVDet/blob/dev2.1/configs/bevdet/bevdet-r50-cbgs.py https://github.com/HuangJunJie2017/BEVDet/blob/dev2.1/configs/bevdet/bevdet-r50-4d-cbgs.py