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

how to use it render two hands? #9

Open
liwenssss opened this issue Mar 3, 2020 · 1 comment
Open

how to use it render two hands? #9

liwenssss opened this issue Mar 3, 2020 · 1 comment

Comments

@liwenssss
Copy link

Hi,
thx for your nice work.Can you give any advice about how to render two hands?

@martinResearch
Copy link
Owner

Hi,
DEODR does not support multiple meshes at the moment. This is in the "to do" list. In the mean time you will have to pose each mesh and combine them into a single mesh before you add it to the scene. To do that you will have to concatenate the vertices and the faces array (you will have to add a constant to the second mesh face indices corresponding to the number of vertices in the first mesh). The trickier part is to back-propagate gradients to the original meshes and poses If you want to use the the gradients to fit the meshes to an image.

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