xthan/VITON

Stage 1 output is weird

Opened this issue · 0 comments

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?