Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,9 +12,12 @@ tags:
|
|
12 |
# DeepLabV3-ResNet50: Optimized for Mobile Deployment
|
13 |
## Deep Convolutional Neural Network model for semantic segmentation
|
14 |
|
|
|
15 |
DeepLabV3 is designed for semantic segmentation at multiple scales, trained on the COCO dataset. It uses ResNet50 as a backbone.
|
16 |
|
17 |
-
This model is an implementation of
|
|
|
|
|
18 |
This repository provides scripts to run DeepLabV3-ResNet50 on Qualcomm® devices.
|
19 |
More details on model performance across various devices, can be found
|
20 |
[here](https://aihub.qualcomm.com/models/deeplabv3_resnet50).
|
|
|
12 |
# DeepLabV3-ResNet50: Optimized for Mobile Deployment
|
13 |
## Deep Convolutional Neural Network model for semantic segmentation
|
14 |
|
15 |
+
|
16 |
DeepLabV3 is designed for semantic segmentation at multiple scales, trained on the COCO dataset. It uses ResNet50 as a backbone.
|
17 |
|
18 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/deeplabv3.py).
|
19 |
+
|
20 |
+
|
21 |
This repository provides scripts to run DeepLabV3-ResNet50 on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/deeplabv3_resnet50).
|