shreyajn commited on
Commit
a760f07
·
verified ·
1 Parent(s): c5b7feb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,9 +15,12 @@ tags:
15
  # FCN-ResNet50-Quantized: Optimized for Mobile Deployment
16
  ## Quantized fully-convolutional network model for image segmentation
17
 
 
18
  FCN_ResNet50 is a quantized 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 FCN-ResNet50-Quantized found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py).
 
 
21
  This repository provides scripts to run FCN-ResNet50-Quantized on Qualcomm® devices.
22
  More details on model performance across various devices, can be found
23
  [here](https://aihub.qualcomm.com/models/fcn_resnet50_quantized).
 
15
  # FCN-ResNet50-Quantized: Optimized for Mobile Deployment
16
  ## Quantized fully-convolutional network model for image segmentation
17
 
18
+
19
  FCN_ResNet50 is a quantized machine learning model that can segment images from the COCO dataset. It uses ResNet50 as a backbone.
20
 
21
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py).
22
+
23
+
24
  This repository provides scripts to run FCN-ResNet50-Quantized on Qualcomm® devices.
25
  More details on model performance across various devices, can be found
26
  [here](https://aihub.qualcomm.com/models/fcn_resnet50_quantized).