YOLO: Custom Object Detection in Python

0nelove

Member
XNullUser
Joined
May 25, 2022
Messages
233
Reaction score
4
Points
18
NullCash
5,792
th_7bhnhAC14HWNsmABWhx0FaexUbTiU8rY.jpg

YOLO: Custom Object Detection in Python
Published 05/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 36 lectures (2h 59m) | Size: 1.62 GB


YOLO: Custom Data Object Detection Model in Python
What you'll learn
Python based YOLO Object Detection using Custom Trained Dataset Models.
YOLO Custom Training
YOLO V5 Object Detection
Develop Web App for Object Detection
Requirements
A decent configuration computer (preferably Windows) and an enthusiasm to dive into the world Image and Object Recognition using Python
Data Science Python Knowledge
Description
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
Introductory theory session about YOLO Object Detection
Here in this section I will explain history of Object Detection
Object Detection Metrics like IoU (Intersection Over Union), Precision, mean Average Precision (mAP) etc.
Then we will see the mathematical concept behind YOLO
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.
Who this course is for
Beginner and Professional who want to develop custom object detection model form scratch.
Homepage

Code:
https://rapidgator.net/file/979de20ca0f6cacd0e762198ff1249a3/YOLO_Custom_Object_Detection_in_Python.part2.rar.html
https://rapidgator.net/file/0edd6e5f35d767da64e2378cb6b47db0/YOLO_Custom_Object_Detection_in_Python.part1.rar.html

https://nitro.download/view/1D8DC11591E353F/YOLO_Custom_Object_Detection_in_Python.part2.rar
https://nitro.download/view/D8E8B6826CEFFD7/YOLO_Custom_Object_Detection_in_Python.part1.rar
 

sanjeetsingh

New member
XNullUser
Joined
Feb 19, 2024
Messages
28
Reaction score
0
Points
1
Location
Noida
NullCash
105
Excited to dive into this course on yolo Object Detection! The combination of custom dataset training, YOLO V5, and building a web app for detection sounds like a comprehensive learning experience. Can't wait to explore how yolo enhances real-time object recognition with its neural networks.
 
Top