JNTUA COLLEGE OF ENGINEERING
KALIKIRI CHITTOOR DIST.-517234
OBJECT DETECTION USING
YOLO ALGORITHM
PROJECT GUIDE: Prof. C.SUBHAS
S.NO NAME ROLL NUMBER
1. S.RITHIKA 18KA1A0442
2. J.HARI KRISHNA 18KA1A0406
3. S.SHAIRA BANU 18KA1A0409
4. M.CHANDINI 18KA1A0423
5. J.CHETAN 18KA1A0427
CONTENTS:
Introduction
Abstract
Existing System
Problem Definition
Proposing System
System Requirements
References
INTRODUCTION
• Humans glance at an image and instantly know what
objects are in the image, where they are, and how they
interact. The human visual system is fast and accurate,
allowing us to perform complex tasks like driving with
little conscious thought.
• General purpose object detection should be fast,
accurate, and able to recognize a wide variety of objects.
ABSTRACT
• YOLO (You Only Look Once) is an algorithm that uses
neural networks to provide real-time object detection.
• This algorithm is popular because of its speed and
accuracy.
• Object detection is a phenomenon in computer vision
that involves the detection of various objects in digital
images or videos. Some of the objects detected include
people, cars, chairs, stones, buildings, animals etc…..
EXISTING SYSTEM
Object detection consists of various approaches
such as:
• Slow R-CNN
• Fast R-CNN
• Retina-Net
• Single-Shot Multi Box Detector (SSD)
• YOLO V1
• YOLO V2
PROBLEM DEFINITION
We have to overcome the drawbacks of existing
Systems.
The drawbacks are:
• Comparatively Low speed
• Low accuracy
• Low performance
• Execution time
• Complex architecture
PROPOSING SYSTEM
• To eliminate the above drawbacks we propose
object detection using YOLO V3 algorithm-which
improves speed, accuracy, real time performance.
• YOLO V3 is a preferable technique even when the
object size is small.
SYSTEM REQUIREMENTS
Processor : Intel core i3 or i5
RAM : Min 4GB
Hard disk : 1 TB
Operating system : Windows 10
: Anaconda prompt
REFERENCES
• T.-Y. Lin, P. Goyal, R. Girshick, K. He, and P. Dollar, Focal loss
for dense object detection (2017), arXiv preprint arXiv:1708.02002.
• R. Girshick, J. Donahue, T. Darrell, and J. Malik, Rich feature
hierarchies for accurate object detection and semantic segmentation
(2014), IEEE Conference on Computer Vision and Pattern
Recognition (CVPR).
• R. Girshick, Fast R-CNN (2015), IEEE International Conference
on Computer Vision (ICCV).
• S. Ren, K. He, R. Girshick, and J. Sun. Faster r-cnn: Towards real-
time object detection with region proposal networks. (2015) Neural
Information Processing Systems (NIPS).
• J. Redmon, S. Divvala, R. Girshick, and A. Farhadi, You only look
once: Unified, real-time object detection (2015), arXiv preprint
arXiv:1506.02640.