swz30 / MIRNet

[ECCV 2020] Learning Enriched Features for Real Image Restoration and Enhancement. SOTA results for image denoising, super-resolution, and image enhancement.
Other
667 stars 96 forks source link

testing with other datasets #14

Closed sujyQ closed 3 years ago

sujyQ commented 3 years ago

Hi.

i'm wondering if i can inference your model with other datasets.

How can i do this?

Thx

swz30 commented 3 years ago

Hi @sujyQ,

You can follow this demo.py to test on other datasets.

sujyQ commented 3 years ago

Thanks!