Jeff-sjtu / HybrIK

Official code of "HybrIK: A Hybrid Analytical-Neural Inverse Kinematics Solution for 3D Human Pose and Shape Estimation", CVPR 2021
MIT License
1.16k stars 142 forks source link

Issue in "demo_video_x.py" script #196

Open profan-game opened 9 months ago

profan-game commented 9 months ago

in this script, saving animation data in pt format is not working, it's commented out, when i uncommented it. it gave me this error: File "E:\HybrIK\scripts\demo_video_x.py", line 391, in pred_xyz_jts_17 = pose_output.pred_xyz_jts_17.reshape( AttributeError: 'EasyDict' object has no attribute 'pred_xyz_jts_17'

but, it works in demo_video.py

JuniJoo commented 5 months ago

I have the same issue