shreyajn commited on
Commit
cf3f489
·
verified ·
1 Parent(s): 6a7e0c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -12,9 +12,12 @@ tags:
12
  # Real-ESRGAN-x4plus: Optimized for Mobile Deployment
13
  ## Upscale images and remove image noise
14
 
 
15
  Real-ESRGAN is a machine learning model that upscales an image with minimal loss in quality. The implementation is a derivative of the Real-ESRGAN-x4plus architecture, a larger and more powerful version compared to the Real-ESRGAN-general-x4v3 architecture.
16
 
17
- This model is an implementation of Real-ESRGAN-x4plus found [here]({source_repo}).
 
 
18
  This repository provides scripts to run Real-ESRGAN-x4plus on Qualcomm® devices.
19
  More details on model performance across various devices, can be found
20
  [here](https://aihub.qualcomm.com/models/real_esrgan_x4plus).
 
12
  # Real-ESRGAN-x4plus: Optimized for Mobile Deployment
13
  ## Upscale images and remove image noise
14
 
15
+
16
  Real-ESRGAN is a machine learning model that upscales an image with minimal loss in quality. The implementation is a derivative of the Real-ESRGAN-x4plus architecture, a larger and more powerful version compared to the Real-ESRGAN-general-x4v3 architecture.
17
 
18
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/xinntao/Real-ESRGAN).
19
+
20
+
21
  This repository provides scripts to run Real-ESRGAN-x4plus on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/real_esrgan_x4plus).