weiyithu / FGR

[ICRA 2021] FGR: Frustum-Aware Geometric Reasoning for Weakly Supervised 3D Vehicle Detection
MIT License
41 stars 8 forks source link

regarding the evaluation by mAP #2

Open XiaoyanQian opened 2 years ago

XiaoyanQian commented 2 years ago

Hi Weiyi, thanks for sharing your great work.

I was wondering if I overlooked some codes for calculating the metric of mAP. Could you give me more information on where I could find the mAP code in this repo. Thank you for your time, any response will be appreciated.

weiyithu commented 2 years ago

Thanks for your interest of our work. We use the pseudo labels to train the 3d detectors in OpenPCDet repo. For mAP, we directly use OpenPCDet repo to evaluate the performace of 3d detectors.