shreyajn commited on
Commit
8924e37
·
verified ·
1 Parent(s): 51b554d

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
  # FCN-ResNet50: Optimized for Mobile Deployment
15
  ## Fully-convolutional network model for image segmentation
16
 
 
17
  FCN_ResNet50 is a machine learning model that can segment images from the COCO dataset. It uses ResNet50 as a backbone.
18
 
19
- This model is an implementation of FCN-ResNet50 found [here]({source_repo}).
 
 
20
  This repository provides scripts to run FCN-ResNet50 on Qualcomm® devices.
21
  More details on model performance across various devices, can be found
22
  [here](https://aihub.qualcomm.com/models/fcn_resnet50).
 
14
  # FCN-ResNet50: Optimized for Mobile Deployment
15
  ## Fully-convolutional network model for image segmentation
16
 
17
+
18
  FCN_ResNet50 is a machine learning model that can segment images from the COCO dataset. It uses ResNet50 as a backbone.
19
 
20
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py).
21
+
22
+
23
  This repository provides scripts to run FCN-ResNet50 on Qualcomm® devices.
24
  More details on model performance across various devices, can be found
25
  [here](https://aihub.qualcomm.com/models/fcn_resnet50).