filmov
tv
YOLO - Object Detection Using Python

Показать описание
Image Detection Using Python | Discussed about Non max suppression, IoU and Anchor Boxes.
Check the complete Deep Learning Playlist :
Support my channel 🙏 by LIKE ,SHARE & SUBSCRIBE
What is YOLO?
YOLO stands for You Only Look Once
YOLO is an algorithm that 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.
With the timeline, it has become faster and better, with its versions named as:
YOLO V1
YOLO V2
YOLO V3
YOLO V4
YOLO V5
YOLO V2 is better than V1 in terms of accuracy and speed.
YOLO V3 is not faster than V2 but is more accurate than V2 and so on.
How the YOLO algorithm works?
YOLO algorithm works using the following three techniques:
1- Residual blocks: image is divided into various grids. Each grid has a dimension of n X n
2- Bounding box regression
3- Intersection Over Union (IOU) : YOLO uses IOU to provide an output box that surrounds the objects perfectly.
Check the complete Deep Learning Playlist :
Support my channel 🙏 by LIKE ,SHARE & SUBSCRIBE
What is YOLO?
YOLO stands for You Only Look Once
YOLO is an algorithm that 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.
With the timeline, it has become faster and better, with its versions named as:
YOLO V1
YOLO V2
YOLO V3
YOLO V4
YOLO V5
YOLO V2 is better than V1 in terms of accuracy and speed.
YOLO V3 is not faster than V2 but is more accurate than V2 and so on.
How the YOLO algorithm works?
YOLO algorithm works using the following three techniques:
1- Residual blocks: image is divided into various grids. Each grid has a dimension of n X n
2- Bounding box regression
3- Intersection Over Union (IOU) : YOLO uses IOU to provide an output box that surrounds the objects perfectly.
Комментарии