YOLO: Custom Object Detection in Python

Published 2022-05-26
Platform Udemy
Rating 4.53
Number of Reviews 3
Number of Students 29
Price $84.99
Subjects

Go to Udemy

YOLO: Custom Data Object Detection Model in Python

Welcome to 'YOLO: Custom Object Detection in Python'

Object Detection is the most used applications of Computer Vision, where computer/machine can able to locate and classify the object in an image.


In this course we specifically using YOLO (You Only Look Once) and powerful and popular unified object detection model. YOLO uses neural networks to provide real-time object detection. This algorithm is popular because of its speed and accuracy. It has been used in various applications to detect traffic signals, people, parking meters, and animals.


This course is divided into two halves. The first half deals with object detection with custom dataset where we will locate 20 classes of objects. And in second half we will create an web app and give the Graphical User Interphase experience to the use. Not only that we will also deploy our model in Cloud platform.


Now let us see the topics in the course


  1. Introductory theory session about YOLO Object Detection

    1. Here in this section I will explain history of  Object Detection

    2. Object Detection Metrics like IoU (Intersection Over Union), Precision, mean Average Precision (mAP) etc.

    3. Then we will see the mathematical concept behind YOLO

    4. Also I will cover how YOLO improved from each version


After that, we are ready to proceed with preparing our computer for Python coding by downloading and installing the Python package and will check and see if everything is installed fine.

  2.  Data Preparation for YOLO model

         In this section we will put every we learn in to practice. This section is completely hands-on where we will do python code and use pandas dataframes to prepare the data.

          a.   Thumb rules to follow in Collect Data

          b.   Label image for  object detection: Here we will use LabelImg tool which is an open source tool to label the label.

          c.   Parse data from XML files and extract information like filename, size, bounding box info like (xmin, xmax, ymin, ymax)

          d.   Process the data from XML in pandas dataframe. And then split the image and save the respective label information                         information in train and test.


3.  Train YOLO v5 Model

4.   Create Web App


That's all about the topics which are currently included in this quick course. The code, images and weights used in this course has been uploaded and shared in a folder. I will include the link to download them in the last session or the resource section of this course. You are free to use the code in your projects with no questions asked.


Also after completing this course, you will be provided with a course completion certificate which will add value to your portfolio.

Go to Udemy