EpicGames / MetaHuman-DNA-Calibration

https://epicgames.github.io/MetaHuman-DNA-Calibration/
Other
435 stars 116 forks source link

Why these 18 raw expressions no match GUI idx for them #51

Open zero5zc opened 4 months ago

zero5zc commented 4 months ago

When attempting to edit .dna files in Maya, I encountered an issue with mh4 (after comparing with mh2). In mh4 version, these 18 expressions (obtained through calibrated.getRawControlName()) are added to the raw expressions. However, there are no corresponding GUI indices in calibrated.getGUIToRawOutputIndices(), and the indices of these 18 expressions are not found in calibrated.getGUIToRawOutputIndices(). I'm interested in understanding how these 18 expressions are associated with controls and how they function. I'm confused about this!! Can anyone provide insights into this? miss_231-248 001

miss_231-248 002

marijavik commented 3 months ago

Hello,

The expressions in question are not part of RigLogic and are not driven by face GUI as you’ve already noticed. Those are driven by RBF setup with 3 neck joints: neck_01, neck_02 and head. Rotations of those joints are inputs for RBF nodes and those nodes drive 18 corrective expressions. Maybe this image can help me to explain it better: 40_rigLogic_09_withNeckCorrAndRBF_withJointsAbove

nayarharik commented 3 months ago

image

Hi I used the dna calibration script( seeing the video on deep dive dna calibration by Epic) to make my customized meta human. The left one is the metahuman I made from identity by video(three pose and teeth pose) and the right one is the result(customized face) from the dna calibration tools provided here. But the mouth shapes and eyes are coming odd. Could anyone please guide me on this.

Thanks and Regards

zero5zc commented 3 months ago

Hello @marijavik That's really helpful. Thank you!