DeepLabV3Plus / README.md
cooper_robot
Add release note for v1.2.1
3b7bda2
metadata
library_name: pytorch

deeplab_logo

DeepLabV3+ extends atrous convolution–based semantic segmentation with an encoder–decoder structure that refines object boundaries while preserving rich contextual information.

Original paper: Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation (DeepLabV3+)

DeepLabV3Plus-ResNet50

This model uses DeepLabV3+ with a ResNet-50 backbone, combining multi-scale context aggregation from atrous spatial pyramid pooling (ASPP) with a lightweight decoder for sharper segmentation outputs. It is well suited for semantic segmentation tasks in applications such as autonomous driving, robotics, and scene understanding, where accuracy and robustness are critical.

Model Configuration:

Model Device Model Link
DeepLabV3Plus-ResNet50 N1-655 Model_Link
DeepLabV3Plus-ResNet50 CV7 Model_Link
DeepLabV3Plus-ResNet50 CV72 Model_Link
DeepLabV3Plus-ResNet50 CV75 Model_Link

Release v1.2.1

  • main 不再包含 .gitattributes.gitignore 以及 n1_*.binn1-655_*.bin 仍保留于仓库)。