|
@@ -20,11 +20,11 @@
|
|
|
Real-ESRGAN aims at developing **Practical Algorithms for General Image/Video Restoration**.<br>
|
|
|
We extend the powerful ESRGAN to a practical restoration application (namely, Real-ESRGAN), which is trained with pure synthetic data.
|
|
|
|
|
|
-:art: Real-ESRGAN needs your contributions. Any contributions are welcome, such as new features/models/typo fixes/suggestions/maintenance, *etc*. See [CONTRIBUTING.md](CONTRIBUTING.md). All contributors are list [here](README.md#hugs-acknowledgement).
|
|
|
+:art: Real-ESRGAN needs your contributions. Any contributions are welcome, such as new features/models/typo fixes/suggestions/maintenance, *etc*. See [CONTRIBUTING.md](docs/CONTRIBUTING.md). All contributors are list [here](README.md#hugs-acknowledgement).
|
|
|
|
|
|
-:question: Frequently Asked Questions can be found in [FAQ.md](FAQ.md).
|
|
|
+:question: Frequently Asked Questions can be found in [FAQ.md](docs/FAQ.md).
|
|
|
|
|
|
-:milky_way: Thanks for your valuable feedbacks/suggestions. All the feedbacks are updated in [feedback.md](feedback.md).
|
|
|
+:milky_way: Thanks for your valuable feedbacks/suggestions. All the feedbacks are updated in [feedback.md](docs/feedback.md).
|
|
|
|
|
|
---
|
|
|
|
|
@@ -45,12 +45,12 @@ Other recommended projects:<br>
|
|
|
- ✅ Add small models for anime videos. More details are in [anime video models](docs/anime_video_model.md).
|
|
|
- ✅ Add the ncnn implementation [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan).
|
|
|
- ✅ Add [*RealESRGAN_x4plus_anime_6B.pth*](https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth), which is optimized for **anime** images with much smaller model size. More details and comparisons with [waifu2x](https://github.com/nihui/waifu2x-ncnn-vulkan) are in [**anime_model.md**](docs/anime_model.md)
|
|
|
-- ✅ Support finetuning on your own data or paired data (*i.e.*, finetuning ESRGAN). See [here](Training.md#Finetune-Real-ESRGAN-on-your-own-dataset)
|
|
|
+- ✅ Support finetuning on your own data or paired data (*i.e.*, finetuning ESRGAN). See [here](docs/Training.md#Finetune-Real-ESRGAN-on-your-own-dataset)
|
|
|
- ✅ Integrate [GFPGAN](https://github.com/TencentARC/GFPGAN) to support **face enhancement**.
|
|
|
- ✅ Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/Real-ESRGAN). Thanks [@AK391](https://github.com/AK391)
|
|
|
- ✅ Support arbitrary scale with `--outscale` (It actually further resizes outputs with `LANCZOS4`). Add *RealESRGAN_x2plus.pth* model.
|
|
|
- ✅ [The inference code](inference_realesrgan.py) supports: 1) **tile** options; 2) images with **alpha channel**; 3) **gray** images; 4) **16-bit** images.
|
|
|
-- ✅ The training codes have been released. A detailed guide can be found in [Training.md](Training.md).
|
|
|
+- ✅ The training codes have been released. A detailed guide can be found in [Training.md](docs/Training.md).
|
|
|
|
|
|
</details>
|
|
|
|
|
@@ -253,7 +253,7 @@ Please see [docs/model_zoo.md](docs/model_zoo.md)
|
|
|
|
|
|
## :computer: Training and Finetuning on your own dataset
|
|
|
|
|
|
-A detailed guide can be found in [Training.md](Training.md).
|
|
|
+A detailed guide can be found in [Training.md](docs/Training.md).
|
|
|
|
|
|
## BibTeX
|
|
|
|