You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
The text was updated successfully, but these errors were encountered:
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
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'?
The text was updated successfully, but these errors were encountered: