Introduction

Creating accurate Machine Learning Models which are capable of identifying and localizing multiple objects in a single image remained a core challenge in computer vision. But, with recent advancements in Deep Learning, Object Detection applications are easier to develop than ever before. TensorFlow's Object Detection API is an open source framework built on top of TensorFlow that makes it easy to construct, train and deploy object detection models. So guys, in this Object Detection Tutorial, I'll be covering the following topics:

  • What is Object Detection?
  • Different Applications of Object Detection
  • Object Detection Workflow
  • What is Tensorflow?
  • Object Detection with Tensorflow (Demo)
  • Real-Time/Live Object Detection (Demo)