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

14 joints defined by Human3.6M are used for computing PA-MPJPE and MPJPE #39

Open
Oruka94 opened this issue Mar 2, 2023 · 4 comments
Open

Comments

@Oruka94
Copy link

Oruka94 commented Mar 2, 2023

Hello.
You mentioned in your paper that you used 14 joints defined by Human3.6M for computing PA-MPJPE and MPJPE. I wonder those joints are which of the 17 joints in Human3.6M? Did you exclude H36M_NAMES[15] = 'Head', H36M_NAMES[14] = 'Neck/Nose', and H36M_NAMES[12] = 'Spine'?

@yangjihao
Copy link

I also want to know which 14 joints were used in evaluation.

@hongsukchoi
Copy link
Owner

@Oratacth
Copy link

Oratacth commented Mar 8, 2023

I followed the previous literature

Please refer to here: https://github.com/hongsukchoi/Pose2Mesh_RELEASE/blob/d2c031d6ec7ab409f5981d7bef0b23444ec40e2e/data/Human36M/dataset.py#L51

When I validate, why does this happen

Traceback (most recent call last):
File "train.py", line 138, in
main(cfg)
File "train.py", line 130, in main
debug_freq=cfg.DEBUG_FREQ,
File "D:\PROJECT\TCMR\lib\core\trainer.py", line 338, in fit
self.validate()
File "D:\PROJECT\TCMR\lib\core\trainer.py", line 300, in validate
target_j3d = target['kp_3d'].view(-1, n_kp, 3).cpu().numpy()
RuntimeError: shape '[-1, 49, 3]' is invalid for input of size 1344

@hongsukchoi
Copy link
Owner

It seems you have downloaded wrong data

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

4 participants