You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: