-
Notifications
You must be signed in to change notification settings - Fork 82
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
Error when using my own image #72
Comments
Hi, we didn't implement the code for noisy deblur. |
Ok, in that case, I tried the following:
and got this error:
Can you tell me what I am missing here? |
Did you use the class-conditional model without providing conditions? |
I have both 256x256_classifier.pt and 256x256_diffusion_uncond.pt in the path DDNM/exp/logs/imagenet. If I remove 256x256_classifier.pt, I get the error,
I am not sure which conditions you are referring to? Can you direct me to where in the code I can find the conditions it is expecting? |
Can you run evaluation.sh successfully? |
Yes, it runs successfully. I also think there is a bug when I run the same command without the --simplified option. The path to the input images defaults to DDNM/exp/datasets/imagenet/imagenet instead of the path that I provide. |
Errors may occur when using personal configurations. I recommend trying it step by step based on the reference evaluation.sh |
Hi,
When I execute the following command on a blurry image:
python main.py --ni --config imagenet_256_cc.yml --path_y ../../../artifacts_dataset/small_dataset/val/0145.jpg --eta 0.85 --deg "deblur_gauss" --deg_scale 2.0 --sigma_y 0.1 -i demo
I get the following error:
Can you tell me what I am doing wrong here? I am using the pretrained model for restoring general images.
The text was updated successfully, but these errors were encountered: