Aim:
This paper aim to classify the different types of videos using deep learning framework with convolution neural network (CNN)
Abstract:
Video classification has been extensively researched in computer vision due to its wide spread use in many important applications such as human action recognition and dynamic scene classification. It is highly desired to have an end-to-end learning framework that can establish effective video representations while simultaneously conducting efficient video classification. Deep learning plays a vital role in image processing. We use Convolutional neural network algorithms for classification. The convolution 3-D (C3-D) and VGG (vision and graphics group) are first deployed to extract temporal and spatial features from the input videos cooperatively, which establishes comprehensive and informative representations of videos.
Proposed System:
In this proposed system, we propose the convolution neural network method for action recognition in video. The input video will be captured by using the webcam. The input video is converted into number of frames. Then the CNN (Convolution Neural Network) algorithm is used in order to detect the particular part of the frame. Then the maximum weight values are taken from the feature extraction frames by using the Convolution neural network. Finally the action will be detected in the videos and then the label (action name) is identified. Then that output taken to the firebase and the firebase value given to the user via android notification.
Reviews
There are no reviews yet.