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
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
python fairmotion/viz/smpl_body_visualizer.py --input_file tests/data/backflip_a.bvh --body_model_file body_models/smplh/neutral/model.npz --video_output_file output.mp4
OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)'
OpenCV: FFMPEG: fallback to use tag 0x7634706d/'mp4v'
0%| | 0/65 00:00<?, ?it/s
0%| | 0/65 [00:00<?, ?it/s]
Traceback (most recent call last):
File "fairmotion/viz/smpl_body_visualizer.py", line 150, in
main(args)
File "fairmotion/viz/smpl_body_visualizer.py", line 117, in main
body_model_pose_data[pose_idx * 3 : pose_idx * 3 + 3] = axis_angles
ValueError: could not broadcast input array from shape (3,) into shape (0,)