PD-Denoising-pytorch icon indicating copy to clipboard operation
PD-Denoising-pytorch copied to clipboard

On the problem of no image generation.

Open xuxue555 opened this issue 3 years ago • 5 comments

I ran test.py without reporting an error. I set it exactly as the README says. It is normal to read the model and pictures, but only the result saving path is generated, but there is no picture generated in the path. Can you tell me what is the reason?

xuxue555 avatar Dec 11 '21 04:12 xuxue555

Hi,

I am not quite sure about the issues. Maybe the output folder does not exist? Do you have more information like screen shot or error messages?

yzhouas avatar Dec 11 '21 21:12 yzhouas

Hi,

I am not quite sure about the issues. Maybe the output folder does not exist? Do you have more information like screen shot or error messages?

I think there may be a problem with this line of code to save the image IMG_3815(20211212-094028)

xuxue555 avatar Dec 12 '21 01:12 xuxue555

I did not see bugs. Could you share the commands you run the code? Thanks.

yzhouas avatar Dec 12 '21 03:12 yzhouas

I did not see bugs. Could you share the commands you run the code? Thanks. I set it exactly as the README says.

--scale 1 --ps 2 --ps_scale 2 --real 1 --k 0 --mode MC --color 1 --output_map 0 --zeroout 0 --keep_ind 0 --num_of_layers 20 --delog logs/logs_color_MC_AWGN_RVIN --cond 1 --refine 0 --refine_opt 1 --test_data noisy_image --out_dir results/noisy_image IMG_3817

xuxue555 avatar Dec 12 '21 07:12 xuxue555

Hi, I am not quite sure about the issues. Maybe the output folder does not exist? Do you have more information like screen shot or error messages?

I think there may be a problem with this line of code to save the image IMG_3815(20211212-094028)

May be I know what's wrong. In my situation, it is the problem of 'filename' because of my windows OS, please check your 'filename' image

flyoutLMF avatar Oct 22 '22 06:10 flyoutLMF