Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.34k stars 229 forks source link

Evaluation on CMU Panoptic #167

Open HuiliCui opened 2 years ago

HuiliCui commented 2 years ago

Hi, I read your code for Panoptic evaluation and want to make sure that the mesh parameter map information is fetched directly from the GT and not from the center map information , right? code in romp/lib/maps_utils/result_parser.py line 97-100

Arthur151 commented 2 years ago

No, we use the center map for sampling, sorry about that bug. Please set match_preds_to_gts_for_supervision: True during evaluation to make use of predicted center.