-
Notifications
You must be signed in to change notification settings - Fork 100
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
images during training are too dark #15
Comments
I am training now, and I also have encountered this problem. I would like to ask, after you train the model, will the result be so dark too when testing? |
@silence1114 I didn't test, beacuse I thought the test during training is same as test solely. Do you have other discoveries? |
@liminn @silence1114 It's because of the normalize operation |
@silence1114 ,I could you tell me how to run the procedure in windows,please!I don't quite understand . |
Hi, thanks for sharing your great work!
I follow your recommendation that use the The Paris Dataset to train the network.
After training, when I check the
result/train/real
orresult/train/cropped
orresult/train/recon
folder, I found that all the images are too dark, such as this:real image:
cropped image:
recon image:
The result of inpainting is effective, but why all the image are so dark?
ps: I do not change anything of the code except
dataset/train
folder.The text was updated successfully, but these errors were encountered: