lyh-18 / DegAE_DegradationAutoencoder

Codes for CVPR2023 paper "DegAE: A New Pretraining Paradigm for Low-level Vision"
60 stars 1 forks source link

Some Typos and Questions #2

Open csguoh opened 9 months ago

csguoh commented 9 months ago

Hi, authors. A very insightful work! The test-finetune command using Restormer in README.md still use the SwinIR backbone, may be it is a typo. And if I want to reproduce the fine-tuning stage, what config file should I use? It seems only test-fine-tuning config file is provided. Thanks:D

lyh-18 commented 9 months ago

Thank you for noticing us this typo. We will fix it.

lyh-18 commented 9 months ago

For finetuning, you can refer to the provided yml config file and make a customized yml for your demanding tasks.