Fayeben / GenerativeDiffusionPrior

Generative Diffusion Prior for Unified Image Restoration and Enhancement (CVPR2023)
Apache License 2.0
276 stars 30 forks source link

[Question] How to test an arbitrary single image? #13

Closed CaptainEven closed 1 year ago

CaptainEven commented 1 year ago

Is there any easy way to test a single degraded image rather than a dataset?

Fayeben commented 1 year ago

Yes, you can prepare the single image with the following script: scripts/imagenet_dataloader/save_random_images_hdr.py It can process a single image, and will not change the size of image.

Fayeben commented 1 year ago

Since there are no more questions, I'll mark it closed. If you still have some questions, please feel free to ask. Thanks!