shreyajn commited on
Commit
5d3c2f3
·
verified ·
1 Parent(s): 126da44

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
  # QuickSRNetLarge-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images and remove image noise
15
 
 
16
  QuickSRNet Large is designed for upscaling images on mobile platforms to sharpen in real-time.
17
 
18
- This model is an implementation of QuickSRNetLarge-Quantized found [here]({source_repo}).
 
 
19
  This repository provides scripts to run QuickSRNetLarge-Quantized on Qualcomm® devices.
20
  More details on model performance across various devices, can be found
21
  [here](https://aihub.qualcomm.com/models/quicksrnetlarge_quantized).
 
13
  # QuickSRNetLarge-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images and remove image noise
15
 
16
+
17
  QuickSRNet Large 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 QuickSRNetLarge-Quantized on Qualcomm® devices.
23
  More details on model performance across various devices, can be found
24
  [here](https://aihub.qualcomm.com/models/quicksrnetlarge_quantized).