快捷鍵

DeepLabV3

DeepLabV3 模型基於 Rethinking Atrous Convolution for Semantic Image Segmentation 論文。

警告

分割模組處於 Beta 階段,不保證向後相容性。

模型建構器

以下模型建構器可用於實例化具有不同骨幹、帶或不帶預訓練權重的 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 的完整開發者文件

檢視文件

教學

取得針對初學者和進階開發者的深入教學

檢視教學

資源

尋找開發資源並獲得問題解答

檢視資源