SSDlite¶
SSDlite 模型基于以下论文:SSD: Single Shot MultiBox Detector、Searching for MobileNetV3 和 MobileNetV2: Inverted Residuals and Linear Bottlenecks。
警告
检测模块处于 Beta 阶段,不保证向后兼容性。
模型构建器¶
可以使用以下模型构建器来实例化 SSD Lite 模型,可选择是否使用预训练权重。所有模型构建器内部都依赖于 torchvision.models.detection.ssd.SSD
基类。有关此类的更多详细信息,请参阅源代码。
|
输入尺寸为 320x320 且使用 MobileNetV3 Large 作为骨干网络的 SSDlite 模型架构,详见 Searching for MobileNetV3 和 MobileNetV2: Inverted Residuals and Linear Bottlenecks 论文。 |