Skip to content

Tutorial on object detection in TensorFlow Object Detection API. From installation to deployment on Android and Coral devices.

Notifications You must be signed in to change notification settings

djalusic/object_detection_tutorial

Repository files navigation

Object detection tutorial with TensorFlow Object Detection API

Here I'll store notebooks and model files for the tutorial.

The objective of this tutorial is to show how to train an object detection model on a custom dataset and convert it to tflite format. At the end of the tutorial, the model is compiled for inference on Coral Edge TPU devices.

The dataset I'll use is the Medical Masks Dataset available on Kaggle.

Structure of the tutorial

Part 1:

  • installing TensorFlow Object Detection API
  • gathering and labelling data
  • converting the dataset to TFRecord format

Part 2:

  • configuring the training process
  • training and evaluating the model
  • run inference for frozen graph

Part 3:

  • exporting the model to TFLite and compiling it for Edge TPU
  • run inference for TFLite and compiled for Edge TPU format

About

Tutorial on object detection in TensorFlow Object Detection API. From installation to deployment on Android and Coral devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published