Re-organize README (#338)

* update README

* upate readme

* upate readme

* update

* update

* update

* update
This commit is contained in:
Xintao
2022-05-24 20:29:51 +08:00
committed by GitHub
parent 6b15fc6936
commit e2db576020
3 changed files with 148 additions and 155 deletions

View File

@@ -1,5 +1,7 @@
# Contributing to Real-ESRGAN
: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).
We like open-source and want to develop practical algorithms for general image restoration. However, individual strength is limited. So, any kinds of contributions are welcome, such as:
- New features

View File

@@ -1,7 +1,7 @@
# Anime Video Models
:white_check_mark: We add small models that are optimized for anime videos :-)<br>
More comparisons can be found in [anime_comparisons.md](docs/anime_comparisons.md)
More comparisons can be found in [anime_comparisons.md](anime_comparisons.md)
- [How to Use](#how-to-use)
- [PyTorch Inference](#pytorch-inference)
@@ -42,6 +42,7 @@ CUDA_VISIBLE_DEVICES=0 python inference_realesrgan_video.py -i inputs/video/onep
# multi gpu and multi process inference
CUDA_VISIBLE_DEVICES=0,1,2,3 python inference_realesrgan_video.py -i inputs/video/onepiece_demo.mp4 -n realesr-animevideov3 -s 2 --suffix outx2 --num_process_per_gpu 2
```
```console
Usage:
--num_process_per_gpu The total number of process is num_gpu * num_process_per_gpu. The bottleneck of