Use the widget below to experiment with MobileNet SSD v2. You can detect COCO classes such as people, vehicles, animals, household items.
MobileNetSSDv2 (MobileNet Single Shot Detector) is an object detection model with 267 layers and 15 million parameters. It provides real-time inference under compute constraints in devices like smartphones. Once trained, MobileNetSSDv2 can be stored with 63 MB, making it an ideal model to use on smaller devices.
The MobileNetSSDv2 Model essentially is a 2-part model. The first part consists of the base MobileNetV2 network with a SSD layer that classifies the detected image. In essence, the MobileNet base network acts as a feature extractor for the SSD layer which will then classify the object of interest.
Image in Courtesy of Matthijs Hollemans
MobileNet V2 outperforms MobileNet V1 with higher accuracies and lower latencies.
Image courtesy of Google AI
Training a TensorFlow MobileNet Object Detection Model with a Custom Dataset: https://blog.roboflow.ai/training-a-tensorflow-object-detection-model-with-a-custom-dataset/
MobileNet SSD v2
is licensed under a
MIT
license.
You can use Roboflow Inference to deploy a
MobileNet SSD v2
API on your hardware. You can deploy the model on CPU (i.e. Raspberry Pi, AI PCs) and GPU devices (i.e. NVIDIA Jetson, NVIDIA T4).
Below are instructions on how to deploy your own model API.