xthan / VITON

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

Stage 1 output is weird #44

Open nbiswajeet77 opened 5 years ago

nbiswajeet77 commented 5 years ago

The stage one output is totally weird. I did run teststage1. I have attached a samples output for test stage 1. I also did modify line 52 from tf.flags.DEFINE_integer("end", "2032", "") to tf.flags.DEFINE_integer("end", "1", "") or else the loop was trying to run for 2032 times and i got this error. File "model_zalando_mask_content_test.py", line 161, in main info = test_info[j].split() IndexError: list index out of range

example_clothing example_person 00015000_example_person jpg_example_clothing jpg 00015000_example_person jpg_example_clothing jpg (2)

Can someone please help me with this?