0
(0)

Video Classification is the task of predicting a label that is relevant to the video.

Github: https://github.com/AarohiSingla/Video-Classifier-Using-CNN-and-RNN

Topics which I will cover in this Video Classification Tutorial are:
Overview of Video Classification
Steps to build our own Video Classification model
Exploring the Video Classification dataset
Training our Video Classification Model
Evaluating our Video Classification Model

#############################################
In case of any query, You can comment or you can contact me at aarohisingla1987@gmail.com
############################################

What are videos?

Videos are a collection of images(frames) arranged in a specific order.

In Image classification: we take images, use feature extractors (like convolutional neural networks or CNNs) to extract features from images, and then classify that image based on these extracted features.  Video classification involves just one extra step.

While performing Video classification:
1- We first extract frames from the given video.
2- use feature extractors (like convolutional neural networks or CNNs) to extract features from all the frames,
3- Classify every frame based on these extracted features.

Before we talk about Video Classification, let us first understand what is Human Activity Recognition?.
The task of classifying or predicting the activity/action performed by someone is called Activity recognition.

With the help of Video Classification models we can solve the problem of Human Activity Recognition.

#VideoClassifier #VideoClassification #HumanActivityRecognition #CNN #RNN #AI #ComputerVision #DeepLearning #ArtificialIntelligence

Join this channel to get access to perks:
https://www.youtube.com/channel/UCgHDngFV50KmbqF_6-K8XhA/join

CNN is the world leader in news and information and seeks to inform, engage and empower the world…brought to you by SLOPPBOXX.COM.

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

You May Also Like

More From The Creator

23Comments

Add yours
  1. 5
    @sanjuchinni2164

    Aarohi i am working on ffcresnet with lstm for video classification i extracted features from train and test using ffcresnet but i struct at lstm getting error tensor mismatch between sequences and targets

    • 8
      @CodeWithAarohi

      Image datasets lack temporal information, which is crucial for video classification. Videos are more than just a collection of frames; the order and timing of frames convey important information.

    • 13
      @jobzablon

      the input number of features to CNN, shouuld it come out automatically from the image dimensions by number of channels (eg. per video 224*224*3) before ito undergoes convolutions and maxpooling ,,and should all the features passed to RNN for final output..got confused here

  2. 20
    @jaidhingra3826

    Thanks mam, it’s a great video.
    Just a small question, what if we need to implement in real time? What things we should consider for the same.

  3. 22
    @TrinhĐoàn-h1g

    Hello, your video is very useful, I was assigned the topic “building a burglar detection and warning system”. How do you think it should be done? Thank you very much.

+ Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.