Shortcuts

SSDlite

SSDLite模型基于SSD: Single Shot MultiBox DetectorSearching for MobileNetV3MobileNetV2: Inverted Residuals and Linear Bottlenecks论文。

警告

检测模块处于测试阶段,不保证向后兼容性。

模型构建器

以下模型构建器可用于实例化SSD Lite模型,无论是否使用预训练权重。所有模型构建器内部都依赖于torchvision.models.detection.ssd.SSD基类。有关此类的更多详细信息,请参阅源代码

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

SSDlite模型架构,输入尺寸为320x320,采用MobileNetV3 Large骨干网络,如Searching for MobileNetV3MobileNetV2: Inverted Residuals and Linear Bottlenecks中所述。