SlideShare a Scribd company logo
Content
YOLO : Introduction
How the YOLO algorithm works
Applications of YOLO
Conclusion
References
YOLO : Introduction
 YOLO is an abbreviation for the term ‘You Only Look Once’. This is
an algorithm that detects and recognizes various objects in a
picture (in real-time). Object detection in YOLO is done as a
regression problem and provides the class probabilities of the
detected images.
 YOLO algorithm employs convolutional neural networks (CNN) to
detect objects in real-time. As the name suggests, the algorithm
requires only a single forward propagation through a neural network
to detect objects.
 This means that prediction in the entire image is done in a single
algorithm run. The CNN is used to predict various class
probabilities and bounding boxes simultaneously.
 The YOLO algorithm consists of various variants. Some of the
common ones include tiny YOLO and YOLOv3.
How the YOLO algorithm works
 YOLO algorithm works using the following three techniques:
 Residual blocks : First, the image is divided into various grids. Each grid has a
dimension of S x S. The following image shows how an input image is divided
into grids.
 Bounding box regression : A bounding box is an outline that highlights an
object in an image. Every bounding box in the image consists of the following
attributes:
• Width (bw)
• Height (bh)
• Class (for example, person, car, traffic light, etc.)- This is represented by the
letter c.
• Bounding box center (bx,by)
 Intersection Over Union (IOU) : Intersection over union (IOU) is a
phenomenon in object detection that describes how boxes overlap. YOLO
uses IOU to provide an output box that surrounds the objects perfectly. Each
grid cell is responsible for predicting the bounding boxes and their confidence
scores. The IOU is equal to 1 if the predicted bounding box is the same as the
real box. This mechanism eliminates bounding boxes that are not equal to the
Applications of YOLO
 YOLO algorithm can be applied in the following fields:
• Autonomous driving: YOLO algorithm can be used in
autonomous cars to detect objects around cars such as vehicles,
people, and parking signals. Object detection in autonomous cars is
done to avoid collision since no human driver is controlling the car.
• Wildlife: This algorithm is used to detect various types of animals
in forests. This type of detection is used by wildlife rangers and
journalists to identify animals in videos (both recorded and real-
time) and images. Some of the animals that can be detected
include giraffes, elephants, and bears.
• Security: YOLO can also be used in security systems to enforce
security in an area. Let’s assume that people have been restricted
from passing through a certain area for security reasons. If
someone passes through the restricted area, the YOLO algorithm
will detect him/her, which will require the security personnel to take
further action.
Conclusion
• We have gained an overview of object detection and
the YOLO algorithm.
• We have gone through the main reasons why the
YOLO algorithm is important.
• We have learned how the YOLO algorithm works.
We have also gained an understanding of the main
techniques used by YOLO to detect objects.
• We have learned the real-life applications of YOLO.
References
 https://www.section.io/engineering-education/introduction-
to-yolo-algorithm-for-object-detection/
 https://pjreddie.com/yolo/
 https://www.v7labs.com/blog/yolo-object-detection
YOLO.pptx

More Related Content

What's hot

Yolo
YoloYolo
YOLO
YOLOYOLO
A Brief History of Object Detection / Tommi Kerola
A Brief History of Object Detection / Tommi KerolaA Brief History of Object Detection / Tommi Kerola
A Brief History of Object Detection / Tommi Kerola
Preferred Networks
 
You only look once
You only look onceYou only look once
You only look once
Gin Kyeng Lee
 
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTIONYOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
IRJET Journal
 
Threads in JAVA
Threads in JAVAThreads in JAVA
Yolov5
Yolov5 Yolov5
Object detection and Instance Segmentation
Object detection and Instance SegmentationObject detection and Instance Segmentation
Object detection and Instance Segmentation
Hichem Felouat
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural Networks
Usman Qayyum
 
(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai
Radhika Srinivasan
 
Deep learning for object detection
Deep learning for object detectionDeep learning for object detection
Deep learning for object detection
Wenjing Chen
 
Yolo releases gianmaria
Yolo releases gianmariaYolo releases gianmaria
Yolo releases gianmaria
Deep Learning Italia
 
AGE AND GENDER DETECTION.pptx
AGE AND GENDER DETECTION.pptxAGE AND GENDER DETECTION.pptx
AGE AND GENDER DETECTION.pptx
ssuserb4a9ba
 
Object detection with deep learning
Object detection with deep learningObject detection with deep learning
Object detection with deep learning
Sushant Shrivastava
 
pattern classification
pattern classificationpattern classification
pattern classification
Ranjan Ganguli
 
SSD: Single Shot MultiBox Detector (UPC Reading Group)
SSD: Single Shot MultiBox Detector (UPC Reading Group)SSD: Single Shot MultiBox Detector (UPC Reading Group)
SSD: Single Shot MultiBox Detector (UPC Reading Group)
Universitat Politècnica de Catalunya
 
Object oriented methodologies
Object oriented methodologiesObject oriented methodologies
Object oriented methodologies
naina-rani
 
openCV with python
openCV with pythonopenCV with python
openCV with python
Wei-Wen Hsu
 
Object detection
Object detectionObject detection
Object detection
Jksuryawanshi
 
Object oriented analysis and design unit- i
Object oriented analysis and design unit- iObject oriented analysis and design unit- i
Object oriented analysis and design unit- i
Shri Shankaracharya College, Bhilai,Junwani
 

What's hot (20)

Yolo
YoloYolo
Yolo
 
YOLO
YOLOYOLO
YOLO
 
A Brief History of Object Detection / Tommi Kerola
A Brief History of Object Detection / Tommi KerolaA Brief History of Object Detection / Tommi Kerola
A Brief History of Object Detection / Tommi Kerola
 
You only look once
You only look onceYou only look once
You only look once
 
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTIONYOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
YOLOv5 BASED WEB APPLICATION FOR INDIAN CURRENCY NOTE DETECTION
 
Threads in JAVA
Threads in JAVAThreads in JAVA
Threads in JAVA
 
Yolov5
Yolov5 Yolov5
Yolov5
 
Object detection and Instance Segmentation
Object detection and Instance SegmentationObject detection and Instance Segmentation
Object detection and Instance Segmentation
 
Object Detection using Deep Neural Networks
Object Detection using Deep Neural NetworksObject Detection using Deep Neural Networks
Object Detection using Deep Neural Networks
 
(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai(Radhika) presentation on chapter 2 ai
(Radhika) presentation on chapter 2 ai
 
Deep learning for object detection
Deep learning for object detectionDeep learning for object detection
Deep learning for object detection
 
Yolo releases gianmaria
Yolo releases gianmariaYolo releases gianmaria
Yolo releases gianmaria
 
AGE AND GENDER DETECTION.pptx
AGE AND GENDER DETECTION.pptxAGE AND GENDER DETECTION.pptx
AGE AND GENDER DETECTION.pptx
 
Object detection with deep learning
Object detection with deep learningObject detection with deep learning
Object detection with deep learning
 
pattern classification
pattern classificationpattern classification
pattern classification
 
SSD: Single Shot MultiBox Detector (UPC Reading Group)
SSD: Single Shot MultiBox Detector (UPC Reading Group)SSD: Single Shot MultiBox Detector (UPC Reading Group)
SSD: Single Shot MultiBox Detector (UPC Reading Group)
 
Object oriented methodologies
Object oriented methodologiesObject oriented methodologies
Object oriented methodologies
 
openCV with python
openCV with pythonopenCV with python
openCV with python
 
Object detection
Object detectionObject detection
Object detection
 
Object oriented analysis and design unit- i
Object oriented analysis and design unit- iObject oriented analysis and design unit- i
Object oriented analysis and design unit- i
 

Similar to YOLO.pptx

OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptxOBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
Jishnu G L
 
YOLO Algorithm for Object detection.pptx
YOLO Algorithm for Object detection.pptxYOLO Algorithm for Object detection.pptx
YOLO Algorithm for Object detection.pptx
AMY PRASANNA TELLA
 
ppt - Copy for projects will help you further
ppt - Copy for projects will help you furtherppt - Copy for projects will help you further
ppt - Copy for projects will help you further
vikaspandey0702
 
ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
vikaspandey0702
 
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detectionSEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
prasenjitroy98546
 
Instantaneous Object Detection By Blob Assessment
Instantaneous Object Detection By Blob AssessmentInstantaneous Object Detection By Blob Assessment
Instantaneous Object Detection By Blob Assessment
IJRES Journal
 
presentation on Faster Yolo
presentation on Faster Yolo presentation on Faster Yolo
presentation on Faster Yolo
toontown1
 
IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3
IRJET Journal
 
auto-assistance system for visually impaired person
auto-assistance system for visually impaired personauto-assistance system for visually impaired person
auto-assistance system for visually impaired person
shahsamkit73
 
Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
IRJET Journal
 
Anatomy of YOLO - v1
Anatomy of YOLO - v1Anatomy of YOLO - v1
Anatomy of YOLO - v1
Jihoon Song
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
IRJET Journal
 
Ijarcet vol-2-issue-4-1298-1303
Ijarcet vol-2-issue-4-1298-1303Ijarcet vol-2-issue-4-1298-1303
Ijarcet vol-2-issue-4-1298-1303
Editor IJARCET
 
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEMDEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
IJMIT JOURNAL
 
Wildlife Identification using Object Detection using Computer Vision and YOLO
Wildlife Identification using Object Detection using Computer Vision and YOLOWildlife Identification using Object Detection using Computer Vision and YOLO
Wildlife Identification using Object Detection using Computer Vision and YOLO
IRJET Journal
 
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
QUESTJOURNAL
 
Study of AI Fitness Model Using Deep Learning
Study of AI Fitness Model Using Deep LearningStudy of AI Fitness Model Using Deep Learning
Study of AI Fitness Model Using Deep Learning
IRJET Journal
 
Fast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoFast Human Detection in Surveillance Video
Fast Human Detection in Surveillance Video
IOSR Journals
 
Object Detection An Overview
Object Detection An OverviewObject Detection An Overview
Object Detection An Overview
ijtsrd
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
IRJET Journal
 

Similar to YOLO.pptx (20)

OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptxOBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
OBJECT AND MOTION DEDUCTION SYSTEM USING YOLO IN DEEP LEARNING.pptx
 
YOLO Algorithm for Object detection.pptx
YOLO Algorithm for Object detection.pptxYOLO Algorithm for Object detection.pptx
YOLO Algorithm for Object detection.pptx
 
ppt - Copy for projects will help you further
ppt - Copy for projects will help you furtherppt - Copy for projects will help you further
ppt - Copy for projects will help you further
 
ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
 
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detectionSEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
SEMINAR COURSE PRESENTATION on YOLO algorithm for object detection
 
Instantaneous Object Detection By Blob Assessment
Instantaneous Object Detection By Blob AssessmentInstantaneous Object Detection By Blob Assessment
Instantaneous Object Detection By Blob Assessment
 
presentation on Faster Yolo
presentation on Faster Yolo presentation on Faster Yolo
presentation on Faster Yolo
 
IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3
 
auto-assistance system for visually impaired person
auto-assistance system for visually impaired personauto-assistance system for visually impaired person
auto-assistance system for visually impaired person
 
Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
 
Anatomy of YOLO - v1
Anatomy of YOLO - v1Anatomy of YOLO - v1
Anatomy of YOLO - v1
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
 
Ijarcet vol-2-issue-4-1298-1303
Ijarcet vol-2-issue-4-1298-1303Ijarcet vol-2-issue-4-1298-1303
Ijarcet vol-2-issue-4-1298-1303
 
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEMDEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
 
Wildlife Identification using Object Detection using Computer Vision and YOLO
Wildlife Identification using Object Detection using Computer Vision and YOLOWildlife Identification using Object Detection using Computer Vision and YOLO
Wildlife Identification using Object Detection using Computer Vision and YOLO
 
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
 
Study of AI Fitness Model Using Deep Learning
Study of AI Fitness Model Using Deep LearningStudy of AI Fitness Model Using Deep Learning
Study of AI Fitness Model Using Deep Learning
 
Fast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoFast Human Detection in Surveillance Video
Fast Human Detection in Surveillance Video
 
Object Detection An Overview
Object Detection An OverviewObject Detection An Overview
Object Detection An Overview
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
 

More from MahimMajee

Naive.pdf
Naive.pdfNaive.pdf
Naive.pdf
MahimMajee
 
Naive_hehe.pptx
Naive_hehe.pptxNaive_hehe.pptx
Naive_hehe.pptx
MahimMajee
 
summer training ppt.pptx
summer training ppt.pptxsummer training ppt.pptx
summer training ppt.pptx
MahimMajee
 
13000119055_TRAVEL AND TOURISM.pptx
13000119055_TRAVEL AND TOURISM.pptx13000119055_TRAVEL AND TOURISM.pptx
13000119055_TRAVEL AND TOURISM.pptx
MahimMajee
 
linear SVM.ppt
linear SVM.pptlinear SVM.ppt
linear SVM.ppt
MahimMajee
 
SVM1.pptx
SVM1.pptxSVM1.pptx
SVM1.pptx
MahimMajee
 

More from MahimMajee (6)

Naive.pdf
Naive.pdfNaive.pdf
Naive.pdf
 
Naive_hehe.pptx
Naive_hehe.pptxNaive_hehe.pptx
Naive_hehe.pptx
 
summer training ppt.pptx
summer training ppt.pptxsummer training ppt.pptx
summer training ppt.pptx
 
13000119055_TRAVEL AND TOURISM.pptx
13000119055_TRAVEL AND TOURISM.pptx13000119055_TRAVEL AND TOURISM.pptx
13000119055_TRAVEL AND TOURISM.pptx
 
linear SVM.ppt
linear SVM.pptlinear SVM.ppt
linear SVM.ppt
 
SVM1.pptx
SVM1.pptxSVM1.pptx
SVM1.pptx
 

Recently uploaded

PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
PPT Item # 5 - 318 Tuxedo Ave. (sign. review)PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
ahcitycouncil
 
G7 Apulia Leaders Communique, 14th June 2024
G7 Apulia Leaders Communique, 14th June 2024G7 Apulia Leaders Communique, 14th June 2024
G7 Apulia Leaders Communique, 14th June 2024
Energy for One World
 
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
afsebu
 
Milton Keynes Hospital Charity - A guide to leaving a gift in your Will
Milton Keynes Hospital Charity - A guide to leaving a gift in your WillMilton Keynes Hospital Charity - A guide to leaving a gift in your Will
Milton Keynes Hospital Charity - A guide to leaving a gift in your Will
fundraising4
 
2024: The FAR - Federal Acquisition Regulations, Part 42
2024: The FAR - Federal Acquisition Regulations, Part 422024: The FAR - Federal Acquisition Regulations, Part 42
2024: The FAR - Federal Acquisition Regulations, Part 42
JSchaus & Associates
 
2024: The FAR - Federal Acquisition Regulations, Part 41
2024: The FAR - Federal Acquisition Regulations, Part 412024: The FAR - Federal Acquisition Regulations, Part 41
2024: The FAR - Federal Acquisition Regulations, Part 41
JSchaus & Associates
 
CBO's Immigration Projections - Presentation
CBO's Immigration Projections - PresentationCBO's Immigration Projections - Presentation
CBO's Immigration Projections - Presentation
Congressional Budget Office
 
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
9d5c8i83
 
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
3woawyyl
 
Spending in the 340B Drug Pricing Program, 2010 to 2021
Spending in the 340B Drug Pricing Program, 2010 to 2021Spending in the 340B Drug Pricing Program, 2010 to 2021
Spending in the 340B Drug Pricing Program, 2010 to 2021
Congressional Budget Office
 
2024: The FAR - Federal Acquisition Regulations, Part 40
2024: The FAR - Federal Acquisition Regulations, Part 402024: The FAR - Federal Acquisition Regulations, Part 40
2024: The FAR - Federal Acquisition Regulations, Part 40
JSchaus & Associates
 
Item # 10 -- Historical Presv. Districts
Item # 10 -- Historical Presv. DistrictsItem # 10 -- Historical Presv. Districts
Item # 10 -- Historical Presv. Districts
ahcitycouncil
 
Border towns and spaces of (in)visibility.pdf
Border towns and spaces of (in)visibility.pdfBorder towns and spaces of (in)visibility.pdf
Border towns and spaces of (in)visibility.pdf
Scalabrini Institute for Human Mobility in Africa
 
karnataka housing board schemes . all schemes
karnataka housing board schemes . all schemeskarnataka housing board schemes . all schemes
karnataka housing board schemes . all schemes
narinav14
 
PPT Item # 8&9 - Demolition Code Amendments
PPT Item # 8&9 - Demolition Code AmendmentsPPT Item # 8&9 - Demolition Code Amendments
PPT Item # 8&9 - Demolition Code Amendments
ahcitycouncil
 
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRISTTRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
Cheong Man Keong
 
Item #s 8&9 -- Demolition Code Amendment
Item #s 8&9 -- Demolition Code AmendmentItem #s 8&9 -- Demolition Code Amendment
Item #s 8&9 -- Demolition Code Amendment
ahcitycouncil
 
IEA World Energy Investment June 2024- Statistics
IEA World Energy Investment June 2024- StatisticsIEA World Energy Investment June 2024- Statistics
IEA World Energy Investment June 2024- Statistics
Energy for One World
 
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
teeaszt
 
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
3woawyyl
 

Recently uploaded (20)

PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
PPT Item # 5 - 318 Tuxedo Ave. (sign. review)PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
PPT Item # 5 - 318 Tuxedo Ave. (sign. review)
 
G7 Apulia Leaders Communique, 14th June 2024
G7 Apulia Leaders Communique, 14th June 2024G7 Apulia Leaders Communique, 14th June 2024
G7 Apulia Leaders Communique, 14th June 2024
 
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
一比一原版英国阿伯丁大学毕业证(AU毕业证书)学历如何办理
 
Milton Keynes Hospital Charity - A guide to leaving a gift in your Will
Milton Keynes Hospital Charity - A guide to leaving a gift in your WillMilton Keynes Hospital Charity - A guide to leaving a gift in your Will
Milton Keynes Hospital Charity - A guide to leaving a gift in your Will
 
2024: The FAR - Federal Acquisition Regulations, Part 42
2024: The FAR - Federal Acquisition Regulations, Part 422024: The FAR - Federal Acquisition Regulations, Part 42
2024: The FAR - Federal Acquisition Regulations, Part 42
 
2024: The FAR - Federal Acquisition Regulations, Part 41
2024: The FAR - Federal Acquisition Regulations, Part 412024: The FAR - Federal Acquisition Regulations, Part 41
2024: The FAR - Federal Acquisition Regulations, Part 41
 
CBO's Immigration Projections - Presentation
CBO's Immigration Projections - PresentationCBO's Immigration Projections - Presentation
CBO's Immigration Projections - Presentation
 
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
在线办理美国乔治华盛顿大学毕业证(gwu毕业证书)学历学位证书原版一模一样
 
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
原版制作(英国Southampton毕业证书)南安普顿大学毕业证录取通知书一模一样
 
Spending in the 340B Drug Pricing Program, 2010 to 2021
Spending in the 340B Drug Pricing Program, 2010 to 2021Spending in the 340B Drug Pricing Program, 2010 to 2021
Spending in the 340B Drug Pricing Program, 2010 to 2021
 
2024: The FAR - Federal Acquisition Regulations, Part 40
2024: The FAR - Federal Acquisition Regulations, Part 402024: The FAR - Federal Acquisition Regulations, Part 40
2024: The FAR - Federal Acquisition Regulations, Part 40
 
Item # 10 -- Historical Presv. Districts
Item # 10 -- Historical Presv. DistrictsItem # 10 -- Historical Presv. Districts
Item # 10 -- Historical Presv. Districts
 
Border towns and spaces of (in)visibility.pdf
Border towns and spaces of (in)visibility.pdfBorder towns and spaces of (in)visibility.pdf
Border towns and spaces of (in)visibility.pdf
 
karnataka housing board schemes . all schemes
karnataka housing board schemes . all schemeskarnataka housing board schemes . all schemes
karnataka housing board schemes . all schemes
 
PPT Item # 8&9 - Demolition Code Amendments
PPT Item # 8&9 - Demolition Code AmendmentsPPT Item # 8&9 - Demolition Code Amendments
PPT Item # 8&9 - Demolition Code Amendments
 
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRISTTRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
TRUE BOOK OF LIFE 1.15 OF TRUE JESUS CHRIST
 
Item #s 8&9 -- Demolition Code Amendment
Item #s 8&9 -- Demolition Code AmendmentItem #s 8&9 -- Demolition Code Amendment
Item #s 8&9 -- Demolition Code Amendment
 
IEA World Energy Investment June 2024- Statistics
IEA World Energy Investment June 2024- StatisticsIEA World Energy Investment June 2024- Statistics
IEA World Energy Investment June 2024- Statistics
 
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证)阿德莱德大学毕业证如何办理
 
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
在线办理(英国UEA毕业证书)东英格利亚大学毕业证成绩单一模一样
 

YOLO.pptx

  • 1. Content YOLO : Introduction How the YOLO algorithm works Applications of YOLO Conclusion References
  • 2. YOLO : Introduction  YOLO is an abbreviation for the term ‘You Only Look Once’. This is an algorithm that detects and recognizes various objects in a picture (in real-time). Object detection in YOLO is done as a regression problem and provides the class probabilities of the detected images.  YOLO algorithm employs convolutional neural networks (CNN) to detect objects in real-time. As the name suggests, the algorithm requires only a single forward propagation through a neural network to detect objects.  This means that prediction in the entire image is done in a single algorithm run. The CNN is used to predict various class probabilities and bounding boxes simultaneously.  The YOLO algorithm consists of various variants. Some of the common ones include tiny YOLO and YOLOv3.
  • 3. How the YOLO algorithm works  YOLO algorithm works using the following three techniques:  Residual blocks : First, the image is divided into various grids. Each grid has a dimension of S x S. The following image shows how an input image is divided into grids.  Bounding box regression : A bounding box is an outline that highlights an object in an image. Every bounding box in the image consists of the following attributes: • Width (bw) • Height (bh) • Class (for example, person, car, traffic light, etc.)- This is represented by the letter c. • Bounding box center (bx,by)  Intersection Over Union (IOU) : Intersection over union (IOU) is a phenomenon in object detection that describes how boxes overlap. YOLO uses IOU to provide an output box that surrounds the objects perfectly. Each grid cell is responsible for predicting the bounding boxes and their confidence scores. The IOU is equal to 1 if the predicted bounding box is the same as the real box. This mechanism eliminates bounding boxes that are not equal to the
  • 4. Applications of YOLO  YOLO algorithm can be applied in the following fields: • Autonomous driving: YOLO algorithm can be used in autonomous cars to detect objects around cars such as vehicles, people, and parking signals. Object detection in autonomous cars is done to avoid collision since no human driver is controlling the car. • Wildlife: This algorithm is used to detect various types of animals in forests. This type of detection is used by wildlife rangers and journalists to identify animals in videos (both recorded and real- time) and images. Some of the animals that can be detected include giraffes, elephants, and bears. • Security: YOLO can also be used in security systems to enforce security in an area. Let’s assume that people have been restricted from passing through a certain area for security reasons. If someone passes through the restricted area, the YOLO algorithm will detect him/her, which will require the security personnel to take further action.
  • 5. Conclusion • We have gained an overview of object detection and the YOLO algorithm. • We have gone through the main reasons why the YOLO algorithm is important. • We have learned how the YOLO algorithm works. We have also gained an understanding of the main techniques used by YOLO to detect objects. • We have learned the real-life applications of YOLO.