-
Notifications
You must be signed in to change notification settings - Fork 275
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
Comments
@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? |
I have the similar problem. Do you have fix the issue ? Is it a small dataset problem ? |
I have the same problem when training on pose/face example dataset. |
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:
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). |
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
The text was updated successfully, but these errors were encountered: