Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Object Detection Using CNN

View through CrossRef
Object detection system using Convolutional Neural Network(CNN) that can accurately identify and classify objects in videos. The purpose of object detection using CNN to enhance technology such as security cameras, smart devices by enabling them to identify and understand objects in videos. Object detection using CNN is a fascinating filed in computer vision. Detection can be difficult since there are all kinds of variations in orientation, lighting, background that can result in completely different videos of the very same object. Now with the advance of deep learning and neural network, we can finally tackle such problems without coming up with various heuristics real-time. The project “Object detection using CNN for video streaming” detects objects efficiently based on CNN algorithm and apply the algorithm on image or video data. In this project, we develop a technique to identify an object considering the deep learning pre-trained model MobileNet for Single Shot Multi-Box Detector (SSD). This algorithm is used for real-time detection and for webcam, which detects the objects in a video stream. Therefore, we use an object detection module that can detect what is in the video stream. In order to implement the module, we combine the MobileNet and the SSD framework for a fast and efficient deep learning-based method of object detection. The main purpose of our research is to elaborate the accuracy of an object detection method SSD and the importance of pre-trained deep learning model MobileNet. The experimental results show that the Average Precision (AP) of the algorithm to detect different classes as car, person and chair is 99.76%, 97.76% and 71.07%, respectively. The main objective of our project is to make clear the object detecting accuracy. The existing methods are Region Based Convolutional Neural Network(R-CNN) and You Only Look Once(YOLO).R-CNN could not pushed real time speed though its system is updated and new versions of it are deployed and YOLO network is popular but YOLO is to struggle to detect objects grouped close together, especially smaller ones. To avoid the drawbacks of these methods we proposed this model which included single shot multi-box detector (SSD), this algorithm is used for real time detection and Mobile-Net architecture.
Title: Object Detection Using CNN
Description:
Object detection system using Convolutional Neural Network(CNN) that can accurately identify and classify objects in videos.
The purpose of object detection using CNN to enhance technology such as security cameras, smart devices by enabling them to identify and understand objects in videos.
Object detection using CNN is a fascinating filed in computer vision.
Detection can be difficult since there are all kinds of variations in orientation, lighting, background that can result in completely different videos of the very same object.
Now with the advance of deep learning and neural network, we can finally tackle such problems without coming up with various heuristics real-time.
The project “Object detection using CNN for video streaming” detects objects efficiently based on CNN algorithm and apply the algorithm on image or video data.
In this project, we develop a technique to identify an object considering the deep learning pre-trained model MobileNet for Single Shot Multi-Box Detector (SSD).
This algorithm is used for real-time detection and for webcam, which detects the objects in a video stream.
Therefore, we use an object detection module that can detect what is in the video stream.
In order to implement the module, we combine the MobileNet and the SSD framework for a fast and efficient deep learning-based method of object detection.
The main purpose of our research is to elaborate the accuracy of an object detection method SSD and the importance of pre-trained deep learning model MobileNet.
The experimental results show that the Average Precision (AP) of the algorithm to detect different classes as car, person and chair is 99.
76%, 97.
76% and 71.
07%, respectively.
The main objective of our project is to make clear the object detecting accuracy.
The existing methods are Region Based Convolutional Neural Network(R-CNN) and You Only Look Once(YOLO).
R-CNN could not pushed real time speed though its system is updated and new versions of it are deployed and YOLO network is popular but YOLO is to struggle to detect objects grouped close together, especially smaller ones.
To avoid the drawbacks of these methods we proposed this model which included single shot multi-box detector (SSD), this algorithm is used for real time detection and Mobile-Net architecture.

Related Results

Depth-aware salient object segmentation
Depth-aware salient object segmentation
Object segmentation is an important task which is widely employed in many computer vision applications such as object detection, tracking, recognition, and ret...
Deep learning for small object detection in images
Deep learning for small object detection in images
[ACCESS RESTRICTED TO THE UNIVERSITY OF MISSOURI AT REQUEST OF AUTHOR.] With the rapid development of deep learning in computer vision, especially deep convolutional neural network...
REAL-TIME DETECTIONS OF OPENED-CLOSED EYES USING CONVOLUTIONAL NEURAL NETWORK
REAL-TIME DETECTIONS OF OPENED-CLOSED EYES USING CONVOLUTIONAL NEURAL NETWORK
The sleepy condition can affect changing behaviors in the human body, and one part of the human body that gets this effect is the eye; eyes are narrower than in normal conditions, ...
UAV-Based Bridge Inspection via Transfer Learning
UAV-Based Bridge Inspection via Transfer Learning
As bridge inspection becomes more advanced and more ubiquitous, artificial intelligence (AI) techniques, such as machine and deep learning, could offer suitable solutions to the na...
Implementasi Convolutional Neural Network dalam Mengenali Image Angka Tulisan Tangan
Implementasi Convolutional Neural Network dalam Mengenali Image Angka Tulisan Tangan
Abstract. Advances in information technology and artificial intelligence, particularly in the field of machine learning, have had a significant impact on various aspects of daily l...
A ROBUST-TEXTURE CONVOLUTIONAL NEURAL NETWORK
A ROBUST-TEXTURE CONVOLUTIONAL NEURAL NETWORK
AlexNet was a breakthrough for the convolutional neural network (CNN) and showed the greatest successful mod- ified CNN that works well with large-scale images. However, it was uns...

Back to Top