tamarott / SinGAN

Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
https://tamarott.github.io/SinGAN.htm
Other
3.29k stars 608 forks source link

Getting black images as output of harmonization #171

Open hsuyab opened 1 year ago

hsuyab commented 1 year ago

Hi I have followed the steps as mentioned in the readme to first train on the background image and then with the naively pasted image for training to get harmonization output. However, my output for all the scales is black. Has anyone experienced this before?

Original image used for training

image_road

Image with naively pasted version

image_road_naive

Mask

image_road_naive_mask

FluppyBird commented 1 year ago

Yep, and i have not solved this problem.

hsuyab commented 1 year ago

@tamarott could you comment on this?