File size: 1,840 Bytes
1d68287 4a32b36 1d68287 7aeb745 1d68287 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
license: other
license_name: aplux-model-farm-license
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
pipeline_tag: image-segmentation
tags:
- AIoT
- QNN
---

## DeepLab-V3 (ResNet): Semantic Segmentation
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.
### Source model
- Input shape: 520x520
- Number of parameters: 40.06M
- Model size: 160.16M
- Output shape: 1x21x520x520
Source model repository: [DeepLab-V3 (ResNet)](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/deeplabv3.py)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [BSD-3-CLAUSE](https://github.com/pytorch/vision/blob/main/LICENSE)
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf) |