SSDlite¶
SSDlite 模型基於 SSD: Single Shot MultiBox Detector、Searching for MobileNetV3 和 MobileNetV2: Inverted Residuals and Linear Bottlenecks 論文。
警告
偵測模組處於 Beta 階段,不保證向後相容性。
模型建構器¶
以下模型建構器可用於實例化 SSD Lite 模型,無論是否使用預訓練權重。所有模型建構器都在內部依賴 torchvision.models.detection.ssd.SSD
基底類別。請參閱 原始碼 以獲取關於此類別的更多詳細資訊。
|
SSDlite 模型架構,輸入大小為 320x320,並具有 MobileNetV3 Large 主幹,如 Searching for MobileNetV3 和 MobileNetV2: Inverted Residuals and Linear Bottlenecks 中所述。 |