shreyajn commited on
Commit
e24c1e4
·
verified ·
1 Parent(s): 998777d

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
  # AOT-GAN: Optimized for Mobile Deployment
13
  ## High resolution image in-painting on-device
14
 
 
15
  AOT-GAN is a machine learning model that allows to erase and in-paint part of given input image.
16
 
17
- This model is an implementation of AOT-GAN found [here]({source_repo}).
 
 
18
  This repository provides scripts to run AOT-GAN on Qualcomm® devices.
19
  More details on model performance across various devices, can be found
20
  [here](https://aihub.qualcomm.com/models/aotgan).
 
12
  # AOT-GAN: Optimized for Mobile Deployment
13
  ## High resolution image in-painting on-device
14
 
15
+
16
  AOT-GAN is a machine learning model that allows to erase and in-paint part of given input image.
17
 
18
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/researchmm/AOT-GAN-for-Inpainting).
19
+
20
+
21
  This repository provides scripts to run AOT-GAN on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/aotgan).