shreyajn commited on
Commit
45371da
·
verified ·
1 Parent(s): 7131a2b

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
  # SINet: Optimized for Mobile Deployment
13
  ## Lightweight portrait segmentation for background removal
14
 
 
15
  SINet is a machine learning model that is designed to segment people from close-up portrait images in real time.
16
 
17
- This model is an implementation of SINet found [here]({source_repo}).
 
 
18
  This repository provides scripts to run SINet on Qualcomm® devices.
19
  More details on model performance across various devices, can be found
20
  [here](https://aihub.qualcomm.com/models/sinet).
 
12
  # SINet: Optimized for Mobile Deployment
13
  ## Lightweight portrait segmentation for background removal
14
 
15
+
16
  SINet is a machine learning model that is designed to segment people from close-up portrait images in real time.
17
 
18
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/clovaai/ext_portrait_segmentation).
19
+
20
+
21
  This repository provides scripts to run SINet on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/sinet).