NVlabs / GLAMR

[CVPR 2022 Oral] Official PyTorch Implementation of "GLAMR: Global Occlusion-Aware Human Mesh Recovery with Dynamic Cameras”.
https://nvlabs.github.io/GLAMR
Other
359 stars 33 forks source link

new_dict['smpl_pose'] = smpl_pose_wroot[:, 1:].reshape(-1, 70) ValueError: cannot reshape array of size 32277 into shape (70) #36

Closed HenrySomeCode closed 1 year ago

HenrySomeCode commented 1 year ago

when I run this inference command:

python global_recon/run_demo.py --cfg glamr_dynamic \
                                --video_path assets/dynamic/running.mp4 \
                                --out_dir out/glamr_dynamic/running \
                                --save_video

I get this error:

new_dict['smpl_pose'] = smpl_pose_wroot[:, 1:].reshape(-1, 70)
ValueError: cannot reshape array of size 32277 into shape (70)