Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug in 3DPW evaluation #299

Open
xljh0520 opened this issue Jul 7, 2022 · 1 comment
Open

A bug in 3DPW evaluation #299

xljh0520 opened this issue Jul 7, 2022 · 1 comment

Comments

@xljh0520
Copy link

xljh0520 commented Jul 7, 2022

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'
@Arthur151
Copy link
Owner

请参见这个:

#209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants