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

Visualizing coordinate axes with the rendered mesh #10

Closed
homangab opened this issue Jul 27, 2022 · 1 comment
Closed

Visualizing coordinate axes with the rendered mesh #10

homangab opened this issue Jul 27, 2022 · 1 comment

Comments

@homangab
Copy link

Hello! Thanks for this great repo. I was wondering if you could kindly share the script / command for generating something like the teaser figure in your repo https://github.com/otaheri/MANO/blob/master/images/teaser.png ?

Specifically, I want to visualize the corresponding coordinate axes along with the rendered mesh, so any pointers regarding that would be helpful. Thank you :)

@otaheri
Copy link
Owner

otaheri commented Jul 30, 2022

Hi @homangab, I used pyrender to do this. You should create a scene and after adding the meshes to it, then you can visualize the coordinate axis by pushing the "i" key on your keyboard. To make the meshes wireframe, simply hit the "w" key. You can control more other things there. You can take a look at this script that I used, I hope this helps.

@otaheri otaheri closed this as completed Nov 29, 2022
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