We will use `releases` to manage BasicSR :smile:
Hope all is well 🚀
This is a brand-new version of `BasicSR`. We have re-organized all the codes and frameworks.
**Highlights**
- We use [*Dynamic Instantiation*](https://github.com/xinntao/BasicSR/blob/master/docs/DesignConvention.md#Dynamic-Instantiation) for creating datasets, architectures, and models. So it is easier and more friendly to develop your own algorithms.
- We provide [richer documents](https://github.com/xinntao/BasicSR/tree/master/docs). At the same time, we also provide a Chinese version (同时也提供了中文版本的文档说明).
- We provide more [pre-trained models, training examples](https://github.com/xinntao/BasicSR/blob/master/docs/ModelZoo.md). We also upload the training process and curves to [wandb](https://app.wandb.ai/xintao/basicsr).
- Currently, it supports:
- Training: EDSR, EDVR, ESRGAN, SRResNet, SRGAN
- Testing: DUF, EDSR, EDVR, ESRGAN, RCAN, SRResNt, SRGAN, and TOF.
- We also mirror this codebase to *[Gitee码云](https://gitee.com/xinntao/BasicSR)* for easy access of Chinese users.
---
Sorry that this version of BasicSR is not compatible with the previous versions.
We will add more features to this codebase. And welcome contribute, and report bugs! 😆