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

Example data #1

Open
SuX97 opened this issue Jul 14, 2021 · 1 comment
Open

Example data #1

SuX97 opened this issue Jul 14, 2021 · 1 comment

Comments

@SuX97
Copy link

SuX97 commented Jul 14, 2021

Hi, @kyle-gh :

Thanks for your great work! Could you please provide some example data (source/target pose, weight, vertex-mask)? I am quite confused about how to organize those files.

Thanks!

@kyle-gh
Copy link
Owner

kyle-gh commented Jul 16, 2021

Thank you!
I'm afraid I'm not able to distribute my test data, but I'll do my best to clarify it.

The source's and target's poses are to be stored in their own directories with filenames matching the pose names found in the corresponding weights CSVs.

The source's blendshapes are stored in another directory, with filename "neutral" being the neutral pose, "0" being the first blendshape, "1" being the second, and so on.

Output is where the target's blendshapes will be written to.

The vertex-mask is not required. It used to control which vertices are operated on. This was added as way to be able to run the system efficiently on dense meshes where only a portion of them are modified. If you're interested in using it, it's a text file containing a list of vertex indices, one per line.

If you have any suggestions how to improve this, let me know!

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