icandle / CAMixerSR

CAMixerSR: Only Details Need More “Attention” (CVPR 2024)
https://arxiv.org/abs/2402.19289
Apache License 2.0
209 stars 11 forks source link

How can I use pretrained models? #8

Closed LiManyuan663 closed 5 months ago

LiManyuan663 commented 5 months ago

Excuse me, I wonder how can I use .pth files in the folder 'pretrained models', and how can I use your model to generate a high-resolution picture?

icandle commented 5 months ago

For a fast start, you can refer to our colab implementation. For test with datasets, you can follow our How to Test.

LiManyuan663 commented 5 months ago

thanks!Is this an end to end model? I am confused that when the classify process happens...

icandle commented 5 months ago

Yes, it's an end-to-end model. However, the classifying results may differ under different random seeds.

LiManyuan663 commented 5 months ago

OKOK。Thanks for your outstanding works!