This model detects objects defined in the COCO dataset, which is a large-scale object detection, segmentation, and captioning dataset . You can find more information here. The model is capable of detecting 80 classes of objects. (SSD stands for Single Shot MultiBox Detection).
Read moreCan Yolo run on mobile?
android-yolo is the first implementation of YOLO for TensorFlow on an Android device. It is compatible with Android Studio and usable out of the box .
Read moreHow do I make a model of object detection?
In order to build our object detection system in a more structured way, we can follow the below steps:
Read moreHow do I make a custom TensorFlow Lite model?
Detailed Process
Read moreHow do you train a model in TensorFlow Lite?
This is when TensorFlow Lite comes in.
Read moreWhat can TensorFlow Lite detect?
The pre-trained models we provide are trained to detect 90 classes of objects . For a full list of classes, see the labels file in the model metadata. You can use a technique known as transfer learning to re-train a model to recognize classes not in the original set.18 May 2021
Read more