zh-plus / video-to-pose3D

Convert video to 3D pose in one-key.
MIT License
646 stars 130 forks source link

change 3D viewpoint #34

Closed hclakk closed 4 years ago

hclakk commented 4 years ago

Hi, I want to know if there's a parameter(in degree) in videopose.py to change the 3D result viewpoint from default view? thanks

zh-plus commented 4 years ago

You can change the azim parameter of render_animation in https://github.com/zh-plus/video-to-pose3D/blob/b09374082557a6228d14e7d11ef09fa12b25cae8/videopose.py#L129 which can change the "camera position".

hclakk commented 4 years ago

Thanks for quick reply