pytorch-noise2void icon indicating copy to clipboard operation
pytorch-noise2void copied to clipboard

Wrong Test Results

Open GuoLanqing opened this issue 5 years ago • 4 comments

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?

GuoLanqing avatar Jun 24 '20 03:06 GuoLanqing

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

ZhidongYang avatar Aug 13 '20 06:08 ZhidongYang

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.

bensterl15 avatar Oct 23 '21 05:10 bensterl15

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.

weihua9217 avatar Jul 21 '22 13:07 weihua9217

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!

xiaowowwwww avatar Sep 21 '23 03:09 xiaowowwwww