eckertzhang / HumanRef

Apache License 2.0
42 stars 2 forks source link

How to paste textures onto an obj file to form a final model file with texture features #9

Open Thesaltedfish-single opened 1 week ago

Thesaltedfish-single commented 1 week ago

I have completed Preprocessing: Estimate the SMPL-X body mesh using ECON and segment the input image into RGBA format and Optimization, but I am not quite sure how you merged the SD generated texture with the exported model obj. Thanks!

Sean858 commented 4 days ago

Hi are you able to run the Optimization? Which SD model you use or specific lib version you use to solve this issue? I am kept failing with the invalid tensor issue "[2,8, -1,4096]".

Thesaltedfish-single commented 2 days ago

Well, I forced the tensors in the code that did not conform to the shape to pass through,the code level by filling them with zeros,but I found that this would cause significant problems in generating results after more than 6000 steps.