Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ tags:
|
|
15 |
# DeepLabV3-Plus-MobileNet-Quantized: Optimized for Mobile Deployment
|
16 |
## Quantized Deep Convolutional Neural Network model for semantic segmentation
|
17 |
|
|
|
18 |
DeepLabV3 Quantized is designed for semantic segmentation at multiple scales, trained on various datasets. It uses MobileNet as a backbone.
|
19 |
|
20 |
-
This model is an implementation of
|
|
|
|
|
21 |
This repository provides scripts to run DeepLabV3-Plus-MobileNet-Quantized on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/deeplabv3_plus_mobilenet_quantized).
|
|
|
15 |
# DeepLabV3-Plus-MobileNet-Quantized: Optimized for Mobile Deployment
|
16 |
## Quantized Deep Convolutional Neural Network model for semantic segmentation
|
17 |
|
18 |
+
|
19 |
DeepLabV3 Quantized is designed for semantic segmentation at multiple scales, trained on various datasets. It uses MobileNet as a backbone.
|
20 |
|
21 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/jfzhang95/pytorch-deeplab-xception).
|
22 |
+
|
23 |
+
|
24 |
This repository provides scripts to run DeepLabV3-Plus-MobileNet-Quantized on Qualcomm® devices.
|
25 |
More details on model performance across various devices, can be found
|
26 |
[here](https://aihub.qualcomm.com/models/deeplabv3_plus_mobilenet_quantized).
|