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.36k stars 231 forks source link

KeyError: 'pw3d_vibe-MPJPE' #483

Open neverstoplearn opened 1 year ago

neverstoplearn commented 1 year ago

INFO:root:evaluation result on 0 iters: INFO:root:Evaluation on pw3d_vibe ['Validation'] on local_rank 0 +-------+ | DS/EM | +-------+ +-------+

Traceback (most recent call last): File "/data/xxx/miniconda3/envs/torch182/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/data/xxx/miniconda3/envs/torch182/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/data/xxx/ROMP/romp/train.py", line 195, in main() File "/data/xxx/ROMP/romp/train.py", line 192, in main trainer.train() File "/data/xxx/ROMP/romp/train.py", line 44, in train self.train_epoch(epoch) File "/data/xxx/ROMP/romp/train.py", line 135, in train_epoch self.validation(epoch) File "/data/xxx/ROMP/romp/train.py", line 163, in validation MPJPE, PA_MPJPE = eval_results['{}-{}'.format(ds_name,'MPJPE')], eval_results['{}-{}'.format(ds_name,'PA_MPJPE')] KeyError: 'pw3d_vibe-MPJPE'

how cai I fix it? thanks.