Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

side-view visualizations #22

Open
Dean-UQ opened this issue May 5, 2024 · 3 comments
Open

side-view visualizations #22

Dean-UQ opened this issue May 5, 2024 · 3 comments

Comments

@Dean-UQ
Copy link

Dean-UQ commented May 5, 2024

Hi,

Nice work, I would like to visualize synthesized human motion samples in their side-view videos. Which parameters in the visualization module should be tuned?

Thanks

@Silverster98
Copy link
Owner

Hi,

Nice work, I would like to visualize synthesized human motion samples in their side-view videos. Which parameters in the visualization module should be tuned?  Thanks

You should change the camera pose. Please refer to https://github.com/Silverster98/HUMANISE/blob/main/utils/visualization.py and find the camera_pose parameters.

@Dean-UQ
Copy link
Author

Dean-UQ commented May 5, 2024

Thanks, I find the camera_pose parameters. If I want to visualize side-view videos, what hyperparameters should I set camera_pose to?

@Silverster98
Copy link
Owner

Thanks, I find the camera_pose parameters. If I want to visualize side-view videos, what hyperparameters should I set camera_pose to?

You can set the camera pose (or camera pose trajectory) heuristically based on the motion trajectory, making the camera target the motion. However, due to the existence of the 3D scene, the camera may be occluded by the scene. That's why we choose a top-down view instead of a side-view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants