Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
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
|
19 |
|
20 |
|
21 |
This repository provides scripts to run DeepLabV3-ResNet50 on Qualcomm® devices.
|
|
|
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 DeepLabV3-ResNet50 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.
|