Lornatang / Real_ESRGAN-PyTorch

PyTorch implements `Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data` paper.
Apache License 2.0
34 stars 5 forks source link

Disable super restoraton #3

Closed montis96 closed 8 months ago

montis96 commented 2 years ago

Is it possible to disable the super restoration process during the inference of the model?

Lornatang commented 2 years ago

Statements for annotating model inference

montis96 commented 2 years ago

I don't think I understood what I need to do...

Lornatang commented 2 years ago

Do you want to not call the super-resolution model for processing inference?

montis96 commented 2 years ago

I want to use the super resolution model without super restoration (the model applies 2 different process, super resolution and super restoriation. But I think is not possible to disable one of them during the inference).

Lornatang commented 2 years ago

You can tell me inference.py how many lines?