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

Evaluate the results of super-resolution on my images,

Open TeiZouen opened this issue 10 months ago • 2 comments

@cs-giung Thank you for your code. I would like to evaluate the results of super-resolution on my images, how do I evaluate them? Looking forward to your response.

TeiZouen avatar Aug 31 '23 07:08 TeiZouen

Hello there! It's great to see your interest in this repository.

Regarding your inquiry: I believe it's possible to replace dataset with a custom dataset in eval.py (although I'm not entirely certain since it has been a while since I last worked on this).

However, it's important to note that this repository is no longer actively maintained, and the provided checkpoints may not meet the desired performance level. If your objective is to exclusively evaluate new images, I recommend exploring an alternative pre-trained model, such as the one available in the official repository at https://github.com/tyshiwo/FSRNet or considering other state-of-the-art models.

cs-giung avatar Sep 01 '23 01:09 cs-giung

@cs-giung
Thank you very much for your time and prompt reply. I will check eval.py and see how to replace my image. Next, I will try to reproduce the official repository you recommended. Thank you very much.

TeiZouen avatar Sep 01 '23 08:09 TeiZouen