
Object Detection & Counting Overview
Installation - Environment Setup
Workflow & System Architecture
Cumulative Counting of Objects in Video
Real-Time Counting of Objects
Object Tracking
Exercises
Detect the targeted or all objects
Count the targeted or all objects
Predict the colour of targeted or all objects
Predict the speed of targeted or all objects
Export results in csv file & Update the videos
Object Detection, Counting & Tracking Overview
Need of Object Detection, Counting & Tracking
Applications of Object Detection, Counting & Tracking
What is OpenCV?
What is TensorFlow?
Environment Setup - Installation of Prerequisites
Please place the protos folder inside your working code directory and change the path as it is.
Please place the protos folder inside your working code directory and change the path as it is.
Here we will use the MobileNet SSD + deep neural network (dnn ) module in OpenCV and build object detection in images.
Please download all stuff shared with this lecture.
Here we are using the dlib you can follow the following steps to install dlib
For Mac
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew update
$ echo -e "\n# Homebrew" >> ~/.bash_profile
$ echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile
$ source ~/.bash_profile
$ brew install python python3
$ pip install numpy
$ pip install dlib
You will learn to write code for Person counting moving inside or outside from a specific position.
You need to install dlib extra and simply can install by $ pip install dlib command to run this code.
Introduction of Object Detection, Counting & Tracking
Installation of all prerequisites to write the code for object detection, counting & tracking on Mac Machine
Workflow and System Architecture
Write and Run the Code for
Write and Run the code for object detection, tracking and counting with dlib
Write and Run the code for object detection using deep learning with OpenCV
Write and Run the Code for Cumulative Counting of Objects in Video
Write and Run the Code for Real-Time Counting of Objects
Write and Run Code for Object Tracking
Detect the targeted or all objects
Count the targeted or all objects
Predict the colour of targeted or all objects
Predict the speed of targeted or all objects
Export results in csv file