shreyajn commited on
Commit
abad4b4
1 Parent(s): 9d3351d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -14,9 +14,12 @@ tags:
14
  # Unet-Segmentation: Optimized for Mobile Deployment
15
  ## Real-time segmentation optimized for mobile and edge
16
 
 
17
  UNet is a machine learning model that produces a segmentation mask for an image. The most basic use case will label each pixel in the image as being in the foreground or the background. More advanced usage will assign a class label to each pixel. This version of the model was trained on the data from Kaggle's Carvana Image Masking Challenge (see https://www.kaggle.com/c/carvana-image-masking-challenge) and is used for vehicle segmentation.
18
 
19
- This model is an implementation of Unet-Segmentation found [here]({source_repo}).
 
 
20
  This repository provides scripts to run Unet-Segmentation on Qualcomm® devices.
21
  More details on model performance across various devices, can be found
22
  [here](https://aihub.qualcomm.com/models/unet_segmentation).
 
14
  # Unet-Segmentation: Optimized for Mobile Deployment
15
  ## Real-time segmentation optimized for mobile and edge
16
 
17
+
18
  UNet is a machine learning model that produces a segmentation mask for an image. The most basic use case will label each pixel in the image as being in the foreground or the background. More advanced usage will assign a class label to each pixel. This version of the model was trained on the data from Kaggle's Carvana Image Masking Challenge (see https://www.kaggle.com/c/carvana-image-masking-challenge) and is used for vehicle segmentation.
19
 
20
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/milesial/Pytorch-UNet).
21
+
22
+
23
  This repository provides scripts to run Unet-Segmentation on Qualcomm® devices.
24
  More details on model performance across various devices, can be found
25
  [here](https://aihub.qualcomm.com/models/unet_segmentation).