minar09 / cp-vton-plus

Official implementation for "CP-VTON+: Clothing Shape and Texture Preserving Image-Based Virtual Try-On", CVPRW 2020
https://minar09.github.io/cpvtonplus/
MIT License
352 stars 121 forks source link

Blue Hue & Blurriness #30

Closed frankiesquared closed 4 years ago

frankiesquared commented 4 years ago

This is great work!

How do I get rid of the blue hue and blurriness?

image

minar09 commented 4 years ago

Did you change something in the code or data? Otherwise, this should not be expected.

thaithanhtuan commented 4 years ago

It looks like you got the wrong input to the network, you can debug and check the cp_dataset.py :: getItem(). (Did you forget to normalize the input image). Or, at the step for combination and visualization on test.py.

frankiesquared commented 4 years ago

Thanks. It was the normalization.