Use the widget below to experiment with MobileNet V2 Classification. You can detect COCO classes such as people, vehicles, animals, household items.
MobileNetV2 is a classification model (distinct from MobileNetSSDv2) developed by Google. It provides real-time classification capabilities under computing constraints in devices like smartphones. This implementation leverages transfer learning from ImageNet to your dataset.
The MobileNetV2 architecture utilizes an inverted residual structure where the input and output of the residual blocks are thin bottleneck layers. MobileNetV2 also uses lightweight convolutions to filter features in the expansion layer. Finally, it removes non-linearities in the narrow layers.
Image in Courtesy of Papers With Code
MobileNet V2 outperforms MobileNet V1 with higher accuracies and lower latencies.
Image in Courtesy of Google AI
How to Train MobileNetV2 On a Custom Dataset: https://blog.roboflow.com/how-to-train-mobilenetv2-on-a-custom-dataset/
MobileNetV2 Paper: https://arxiv.org/abs/1801.04381v4
MobileNet V2 Classification
is licensed under a
license.
You can use Roboflow Inference to deploy a
MobileNet V2 Classification
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.