Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: aplux-model-farm-license
|
4 |
-
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: aplux-model-farm-license
|
4 |
+
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
+
---
|
6 |
+
|
7 |
+

|
8 |
+
|
9 |
+
## DeepLab-V3 (ResNet): Semantic Segmentation
|
10 |
+
|
11 |
+
DeepLab-V3(ResNet) is a powerful semantic segmentation model that combines the DeepLab-V3 architecture with a ResNet backbone. DeepLab-V3 enhances segmentation accuracy by using Atrous Spatial Pyramid Pooling (ASPP) and an encoder-decoder structure, which are effective in extracting multi-scale features and performing precise segmentation in complex scenes. ResNet, serving as the backbone, leverages residual connections to mitigate the vanishing gradient problem in deep networks, enabling efficient learning of deep image features. This combined model excels in semantic segmentation tasks and is widely applied in areas like autonomous driving, medical image segmentation, and urban scene understanding, providing accurate segmentation in challenging images.
|
12 |
+
|
13 |
+
### Source model
|
14 |
+
|
15 |
+
- Input shape: 520x520
|
16 |
+
- Number of parameters: 40.06M
|
17 |
+
- Model size: 160.16M
|
18 |
+
- Output shape: 1x21x520x520
|
19 |
+
|
20 |
+
Source model repository: [DeepLab-V3 (ResNet)](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/deeplabv3.py)
|
21 |
+
|
22 |
+
## Performance Reference
|
23 |
+
|
24 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
25 |
+
|
26 |
+
## Inference & Model Conversion
|
27 |
+
|
28 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
29 |
+
|
30 |
+
## License
|
31 |
+
|
32 |
+
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
|
33 |
+
|
34 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|