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

Normal for a given joint #9

Open
abhinavkk opened this issue Jul 7, 2022 · 3 comments
Open

Normal for a given joint #9

abhinavkk opened this issue Jul 7, 2022 · 3 comments

Comments

@abhinavkk
Copy link

abhinavkk commented Jul 7, 2022

Hello,

Is there a way I can get a normal from a particular joint of the model, or particular vertices around a joint to compute this normal? Basically, I am trying to find a way to get a normal from the hand face which can represent the approach vector of the mano hand and was hoping to learn the best way of doing that from the given mano hand data.

@abhinavkk
Copy link
Author

What I ended up doing is taking average of normals from the vertices that represent the palm of the hand.

@amundra15
Copy link

Hey @abhinavkk. I need to use the MANO normals for fitting. Can you tell me how did you get the normals?

@abhinavkk
Copy link
Author

You can use open3d to estimate the normals for the hand point cloud. Depending on the part of the hand for which you want to compute the normal you can select the respective points from the point cloud.

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