xthan / VITON

Code and dataset for paper "VITON: An Image-based Virtual Try-on Network"
534 stars 143 forks source link

tps question #41

Open qichenghan666 opened 5 years ago

qichenghan666 commented 5 years ago

I ran shape_context_warp.m first, since got the control points, then used this control points as input to ran tps_transformr.py.(I don't know it is right or wrong). At last, I got the image by tps-transforms. but it has wrong position and size. I hope someone can help me. A2 A1 transformed

xhanml commented 5 years ago

Please refer to https://github.com/xthan/VITON#test for how to conduct testing. You do not need to run tps_transform.py.

qichenghan666 commented 5 years ago

Please refer to https://github.com/xthan/VITON#test for how to conduct testing. You do not need to run tps_transform.py.

gratitude! I solove my problem.