Machine Learning
Object Detection
Tensorflow Object Detection
Train an object detection model on custom data.
TensorFlow’s Object Detection API is a very powerful tool that can
quickly enable anyone
to build and deploy powerful image recognition software.
Here, I used the Object Detection API to train a model on a
bunch of mobile handset images, using SSD MobileNet as a pretrained
model. Follow the steps to collect your own data & train a detection
model on it.
GitHub