Upload README.md with huggingface_hub
Browse files
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
|
|
|
|
|
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).
|