sberbank-ai commited on
Commit
68145b6
1 Parent(s): a86fc61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,8 +14,8 @@ PyTorch implementation of a Real-ESRGAN model trained on custom dataset. This mo
14
  Real-ESRGAN is an upgraded ESRGAN trained with pure synthetic data is capable of enhancing details while removing annoying artifacts for common real-world images.
15
 
16
  - [Paper](https://arxiv.org/abs/2107.10833)
17
- - [Official github](https://github.com/xinntao/Real-ESRGAN)
18
- - [Ours github](https://github.com/sberbank-ai/Real-ESRGAN)
19
 
20
  ## Usage
21
 
 
14
  Real-ESRGAN is an upgraded ESRGAN trained with pure synthetic data is capable of enhancing details while removing annoying artifacts for common real-world images.
15
 
16
  - [Paper](https://arxiv.org/abs/2107.10833)
17
+ - [Original implementation](https://github.com/xinntao/Real-ESRGAN)
18
+ - [Our github](https://github.com/sberbank-ai/Real-ESRGAN)
19
 
20
  ## Usage
21