0% found this document useful (0 votes)
48 views5 pages

Object Detection Research Paper

The document discusses object detection using YOLO models. Object detection is a computer vision technique that identifies and locates objects in images and videos. YOLOv3 is a real-time object detection algorithm that identifies specific objects in videos or images using features learned by a deep convolutional neural network. The document reviews literature on using YOLOv3 for multiple object tracking in traffic surveillance videos and introduces YOLO as a unified model for object detection.

Uploaded by

devsuraj2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views5 pages

Object Detection Research Paper

The document discusses object detection using YOLO models. Object detection is a computer vision technique that identifies and locates objects in images and videos. YOLOv3 is a real-time object detection algorithm that identifies specific objects in videos or images using features learned by a deep convolutional neural network. The document reviews literature on using YOLOv3 for multiple object tracking in traffic surveillance videos and introduces YOLO as a unified model for object detection.

Uploaded by

devsuraj2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Object Detection

Abstract
Here we are proposed YOLO models, One of the important fields of Machine learning is
Computer Vision the science of computers and software systems that can recognize and
understand images and scenes. Computer Vision is also composed of various aspects such
as image recognition, object detection, image generation, image super-resolution and more.
Object detection is probably the most profound aspect of computer vision due the number of
practical use cases.

Introduction
 Object detection is a computer vision technique that works to identify and
locate objects within an image or video

 It is a technology of deep learning, where things, human, building, cars can be


detected as object in image and videos.

 The goal of object detection is to replicate this intelligence using a computer.


 The input to the system will be real time image, and the output will be a
bounding box corresponding to all the object in the image along with the class
of object in each box.
 YOLOv3 (You Only Look Once, Version 3) is a real-time object detection
algorithm that identifies specific objects in videos, live feeds, or images.
YOLO uses features learned by a deep Convolutional neural network to
detect an object.

Diagram
Flowchart
Sequence Diagram
Output

LITERATURE SURVEY
. Multiple object tracking is implemented for traffic surveillance video using YOLOv3 and
OpenCV. (1) Multiple objects are detected and tracked on different frames of a video.
Further training the models on powerful GPUs and by increasing the number of images
evaluate the models on other datasets and modify the design if required to make the model
more robust and suitable for real-time applications.
We introduce YOLO, a unified model for object detection.(2) Our model is simple to
construct and can be trained directly on full images. Unlike classifier-based approaches,
YOLO is trained on a loss function that directly corresponds to detection performance and
the entire model is trained jointly. Fast YOLO is the fastest general-purpose object detect-
tor in the literature and YOLO pushes the state-of-the-art in real-time object detection.
YOLO also generalizes well to new domains making it ideal for applications that rely on fast,
robust object detection and text to speech is also done.

REFERENCES
1. https://thesai.org/Downloads/Volume10No12/Paper_69-
Object_Detection_and_Tracking_using_Deep_Learning.pdf
2. http://203.201.63.46:8080/jspui/bitstream/123456789/6220/1/PR3217%20-
%20Object%20Recognition%20with%20Text%20_%20Vocal
%20Representation_report%20-.pdf

You might also like