ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

A bug in 3DPW evaluation

Open xljh0520 opened this issue 3 years ago • 1 comments

Hi, I got another bug when I tried to evaluate the model. Here is my command

CUDA_VISIBLE_DEVICES=0 python romp/lib/evaluation/collect_3DPW_results.py --configs_yml=configs/eval_3dpw_challenge.yml

Here is the bug report

Traceback (most recent call last):
  File "romp/lib/evaluation/collect_3DPW_results.py", line 208, in <module>
    submitor = Submit()
  File "romp/lib/evaluation/collect_3DPW_results.py", line 26, in __init__
    self.evaluation()
  File "/mnt3/lijiahao/miniconda3/envs/romp/lib/python3.7/site-packages/torch/autograd/grad_mode.py",
 line 28, in decorate_context
    return func(*args, **kwargs)
  File "romp/lib/evaluation/collect_3DPW_results.py", line 78, in evaluation
    kp3d_smpl = outputs['joints_smpl24']
KeyError: 'joints_smpl24'

xljh0520 avatar Jul 07 '22 06:07 xljh0520

请参见这个:

https://github.com/Arthur151/ROMP/issues/209

Arthur151 avatar Jul 07 '22 08:07 Arthur151