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

Wrong Test Results #2

Open
GuoLanqing opened this issue Jun 24, 2020 · 4 comments
Open

Wrong Test Results #2

GuoLanqing opened this issue Jun 24, 2020 · 4 comments

Comments

@GuoLanqing
Copy link

I trained the model according to your methods mentioned in readme. Then, I want to test the result of denoising. But the generated denoised image is almost gray. Is there something wrong? And why the sample ratio in test process is 1?

@ZhidongYang
Copy link

I had the same question. All of the test results are almost gray images. Is there something wrong?

@bensterl15
Copy link

I had the same problem (with grayscale images). Setting the number of channels to 1, normalizing my raw data, and commenting out the colormaps in train.py (starting at line 415) solved it for me.

@weihua9217
Copy link

weihua9217 commented Jul 21, 2022

I had the same problem. In my case, I didn't load the pretrained model correctly.
Replacing "--dir_checkpoint checkpoint", by "--dir_checkpoint checkpoints" may solve it.

@xiaowowwwww
Copy link

Hello, I would like to know the reason why after modifying the parameters set in the readme, I have been unable to test my image. Thank you very much!

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