eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

Context_encoder--mask pixel inconsist with the background #165

Open zhou-rui1 opened 2 years ago

zhou-rui1 commented 2 years ago

Hello, when I trying the Context_encoder code, it seems wrong with the pixel value of the mask region, looks like: image

whereas, the original implementation code construct more clear region like this one: image

do you know why?