捷徑

SSDlite

SSDlite 模型基於 SSD: Single Shot MultiBox DetectorSearching for MobileNetV3MobileNetV2: Inverted Residuals and Linear Bottlenecks 論文。

警告

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

模型建構器

以下模型建構器可用於實例化 SSD Lite 模型,無論是否使用預訓練權重。所有模型建構器都在內部依賴 torchvision.models.detection.ssd.SSD 基底類別。請參閱 原始碼 以獲取關於此類別的更多詳細資訊。

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

SSDlite 模型架構,輸入大小為 320x320,並具有 MobileNetV3 Large 主幹,如 Searching for MobileNetV3MobileNetV2: Inverted Residuals and Linear Bottlenecks 中所述。

文件

存取 PyTorch 的全面開發人員文件

檢視文件

教學

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

檢視教學

資源

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

檢視資源