shreyajn commited on
Commit
6c1331b
·
verified ·
1 Parent(s): 1e9ebcd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,9 +13,12 @@ tags:
13
  # QuickSRNetSmall-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images and remove image noise
15
 
 
16
  QuickSRNet Small is designed for upscaling images on mobile platforms to sharpen in real-time.
17
 
18
- This model is an implementation of QuickSRNetSmall-Quantized found [here]({source_repo}).
 
 
19
  This repository provides scripts to run QuickSRNetSmall-Quantized on Qualcomm® devices.
20
  More details on model performance across various devices, can be found
21
  [here](https://aihub.qualcomm.com/models/quicksrnetsmall_quantized).
 
13
  # QuickSRNetSmall-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images and remove image noise
15
 
16
+
17
  QuickSRNet Small is designed for upscaling images on mobile platforms to sharpen in real-time.
18
 
19
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/quicksrnet).
20
+
21
+
22
  This repository provides scripts to run QuickSRNetSmall-Quantized on Qualcomm® devices.
23
  More details on model performance across various devices, can be found
24
  [here](https://aihub.qualcomm.com/models/quicksrnetsmall_quantized).