DeepLabV3¶
DeepLabV3 模型基於 Rethinking Atrous Convolution for Semantic Image Segmentation 這篇論文。
警告
The segmentation module is in Beta stage, and backward compatibility is not guaranteed.
模型構建器¶
以下模型構建器可用於例項化具有不同骨幹網路、包含或不包含預訓練權重的 DeepLabV3 模型。所有模型構建器都內部依賴於 torchvision.models.segmentation.deeplabv3.DeepLabV3 基類。有關此類的更多詳細資訊,請參閱 原始碼。
|
構建一個具有 MobileNetV3-Large 骨幹網路的 DeepLabV3 模型。 |
|
構建一個具有 ResNet-50 骨幹網路的 DeepLabV3 模型。 |
|
構建一個具有 ResNet-101 骨幹網路的 DeepLabV3 模型。 |