BrianG13 / FLEX

FLEX: Parameter-free Multi-view 3D Human Motion Reconstruction
47 stars 3 forks source link

Demo Script #7

Closed anas-zafar closed 1 year ago

anas-zafar commented 1 year ago

Thank you for the amazing work! I want to run inference using videos from multiple views. Is there a demo script that I can use? @BrianG13 Thanks

anas-zafar commented 1 year ago

I see that you have created visualization.py for visualization of 2D and corresponding 3D poses. Can you please guide me how to use it? visualize_2d_and_3d(gt_pose_2d, gt_pose_3d, fake_pose_2d, fake_pose_3d, save_path) what are fake_pose_2d and 3d referring to?

BrianG13 commented 1 year ago

Hi @anas-zafar , Sorry for the delay on reply, I was in vacation Do you still need my support?

felipe-parodi commented 9 months ago

Following up on this, is there a demo script to run inference using videos from multiple views?