HumanAIGC / Cloth2Tex

Cloth2Tex: A Customized Cloth Texture Generation Pipeline for 3D Virtual Try-On
GNU General Public License v3.0
411 stars 116 forks source link

How and where to give my own Costume photograph as input ? #3

Closed RageshAntonyHM closed 6 months ago

RageshAntonyHM commented 7 months ago

I couldn't understand this command

python phase1_inference.py --g 1_wy --s 1.2 --d "20231017_wy" --steps_one 501 --steps_two 1001

Where is the input image in this ?

tomguluson92 commented 7 months ago

hi, you can check the inner code snippet for a better understanding, thank you very much.

RageshAntonyHM commented 7 months ago

@tomguluson92

I got some idea

And, does it generate a 3D Mesh such as in OBJ format or just a UV like this https://github.com/HumanAIGC/Cloth2Tex/blob/main/experiments/20231017_trousers/0_texture_uv_1000.jpg ?

tomguluson92 commented 6 months ago

@RageshAntonyHM Cloth2Tex only produces structure-plausible UV texture maps.

RageshAntonyHM commented 6 months ago

@RageshAntonyHM okay. Then who did you convert to 3D mesh directly like this in Readme ? image