International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 182 - Issue 32 |
Published: Dec 2018 |
Authors: Chamarty Anusha, P. S. Avadhani |
![]() |
Chamarty Anusha, P. S. Avadhani . Object Detection using Deep Learning. International Journal of Computer Applications. 182, 32 (Dec 2018), 18-22. DOI=10.5120/ijca2018918235
@article{ 10.5120/ijca2018918235, author = { Chamarty Anusha,P. S. Avadhani }, title = { Object Detection using Deep Learning }, journal = { International Journal of Computer Applications }, year = { 2018 }, volume = { 182 }, number = { 32 }, pages = { 18-22 }, doi = { 10.5120/ijca2018918235 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2018 %A Chamarty Anusha %A P. S. Avadhani %T Object Detection using Deep Learning%T %J International Journal of Computer Applications %V 182 %N 32 %P 18-22 %R 10.5120/ijca2018918235 %I Foundation of Computer Science (FCS), NY, USA
Autonomous vehicles, surveillance systems, face detection systems lead to the development of accurate object detection system [1]. These systems recognize, classify and localize every object in an image by drawing bounding boxes around the object [2]. These systems use existing classification models as backbone for Object Detection purpose. Object detection is the process of finding instances of real-world objects such as human faces, animals and vehicles etc., in pictures, images or in videos. An Object detection algorithm uses extracted features and learning techniques to recognize the objects in an image. In this paper, various Object Detection techniques have been studied and some of them are implemented. As a part of this paper, three algorithms for object detection in an image were implemented and their results were compared. The algorithms are “Object Detection using Deep Learning Framework by OpenCV”, “Object Detection using Tensorflow” and “Object Detection using Keras models”.