April 2018
Beginner to intermediate
566 pages
12h 17m
English
As mentioned earlier, in order to optimize the existing approach, I will be using the TensorFlow Object Detection API. You can refer to Google's TensorFlow GitHub repo for this API at the following link: https://github.com/tensorflow/models/tree/master/research/object_detection. This API is trained using the COCO dataset as well as the PASCAL VOC dataset; so, it will have the capability of identifying the variety of classes.
The most important part for us is how to use the various pre-trained models. The steps are as follows: