Training SSD MOBILENET for detecting dump trucks

This tutorial shows how you can train an object detector neural network to detect custom objects of your choice in videos. It utilizes the TensorFlow object detection API to train an SSD MobileNet V2 to detect dump trucks in videos. You can see dataset sampling, data annotation and training strategies to be employed when creating the model that detects any specific objects (dump trucks in our case). Watch this space for links to the sample code and data, so you can build the model of your choice.
Back to Top