xthan / VITON

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

Some results of stage2 are black #6

Closed b01902041 closed 6 years ago

b01902041 commented 6 years ago

Hi, I test your stage2 model with test_stage2.sh, some results are good, but some are all black. Do you know possible problem? Thank you!

xthan commented 6 years ago

I also encountered black images sometimes (even in the first stage as I can remember), but I have not dug into it and figured out what happened. I think when I run it again, the images are no longer black. I will check out what is the reason and let you know.

b01902041 commented 6 years ago

Hi, I run testing with your model again but the black images are still black. I also try using the model trained with my data, and the results are all black. (I did not encounter this problem in the stage1.) If you find out the reason, please let me know, Thanks!!!

xthan commented 6 years ago

Which images gave black results? Can you give me some image ids so I can check them?

b01902041 commented 6 years ago

in 'viton_test_images.txt' after '000097_0.jpg 019522_1.jpg' are all black. (I tested 50 images. )

b01902041 commented 6 years ago

Hi, I found where the problem was. It was because if I didn't have the ***_tps.mat in the 'results/stages/tps', the results would be black. Sorry for the stupid problem....