zjp-shadow / CharacterGen

[SIGGRAPH'24] CharacterGen: Efficient 3D Character Generation from Single Images with Multi-View Pose Canonicalization
GNU Affero General Public License v3.0
481 stars 40 forks source link

outputs a fairly deformed character #15

Open WhiskersWhisper opened 1 month ago

WhiskersWhisper commented 1 month ago

the 4-view looks fantastic, then the 3d gen looks like the character texture was projected onto a strange mesh with way-too-skinny legs. Arms and everything else look normal. Waist is often far too small... Is there a well-known way to get around this?

WhiskersWhisper commented 1 month ago

for example; image I have a suspicion that it's automatically set up to do this to anything skin-toned as a form of censorship or something? Since even in the example Asuka's shape is spot-on.

Is there somewhere in the code that will apply this, or is this a matter or training data needing to be re-created?

(Or am I missing something in the steps..?)