快捷方式

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 基類。有關此類的更多詳細資訊,請參閱 原始碼

deeplabv3_mobilenet_v3_large(*[, weights, ...])

構建一個具有 MobileNetV3-Large 骨幹網路的 DeepLabV3 模型。

deeplabv3_resnet50(*[, weights, progress, ...])

構建一個具有 ResNet-50 骨幹網路的 DeepLabV3 模型。

deeplabv3_resnet101(*[, weights, progress, ...])

構建一個具有 ResNet-101 骨幹網路的 DeepLabV3 模型。

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

為初學者和高階開發者提供深入的教程

檢視教程

資源

查詢開發資源並讓您的問題得到解答

檢視資源