Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[street] Totally black output on epoch 1 #74

Open
jodusan opened this issue Sep 22, 2020 · 4 comments
Open

[street] Totally black output on epoch 1 #74

jodusan opened this issue Sep 22, 2020 · 4 comments

Comments

@jodusan
Copy link

jodusan commented Sep 22, 2020

I have downloaded cityscapes dataset and started training. After about 1.5hrs in on v100 outputs in checkpoints/street/web are all black (images that end with synthesized_image.jpg) and I'm wondering is this expected? (if not, should there be something on output images from the beginning or not?)

Thanks

@arulpraveent
Copy link

@Dulex123 I'm having the same issue for the pose dataset instead of black images I'm getting white ones were you able to solve it?

@crenaudineau
Copy link

I have the similar problem. Do you have fix the issue ? Is it a small dataset problem ?

@hellohawaii
Copy link

I have the same problem when training on pose/face example dataset.
On both example dataset, the synthesized_image.jpg looks normal on the first several hundreds iterations, but after some hundreds of iterations, the image synthesized become totally black or white(with a very small yellow margin of about 1 pixel).
I observed that Df_fake and Df_real dropped to zero at the iteration when the image become white/black.
Does anyone can help?

@eastchun
Copy link

I had the same problem and I delved into the code and found that the matting function in the line 214 in ./models/networks/generator.py is somehow disabled (I don't know why ???) and the warped images are never combined into the final images in this code.

If the line 214 is changed as in below:

`if not self.spade_combine: ---> if self.spade_combine`

Then, the problem of "all-black or all-white synthesized images after around 3000 ~ 4000 iterations in the epoch 1" might be disappeared (please try by yourself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants