how to make classification for video

I have a scenario and I need to classify it how can I do that?

5 comentarios

Jayaram Theegala
Jayaram Theegala el 6 de Abr. de 2017
Can you elaborate more on what you are trying to achieve? Also, provide some information about the features you have extracted from the video and how you want to classify those?
DSB
DSB el 10 de Abr. de 2017
What i want to do to detect the face from the video and then extract the features (anger, sad , nutral) I know that i have to divide the video into frames but i don't know how to classify it
Jayaram Theegala
Jayaram Theegala el 10 de Abr. de 2017
For detection of face, you can use functions from Computer Vision System Toolbox. You can take a look at the following MATLAB documentation for more information:
Julanta J
Julanta J el 23 de En. de 2019
I need to do classification between the breeding and non-breeding fish from the captured videos using CNN in matlab. But i dont know the steps and what to do for doing classification on vodeos. So can u tell me the simplest way to perform classification on videos.
Farah Rashdan
Farah Rashdan el 21 de Feb. de 2019
How do i classify videos using SVM (support vector machine) in matlab? I need to classify human's activities eg: running, walking, etc.. where do i get the example of coding?

Iniciar sesión para comentar.

 Respuesta aceptada

Kenta
Kenta el 29 de Mzo. de 2020

0 votos

One option is to use CNN and LSTM. The below is a demo of video classification which may relate to your study.
The image features were extracted via a pre-trained network and the time-series features were classified using LSTM (Long Short Term Memory).

Más respuestas (1)

Banafshe Khazali
Banafshe Khazali el 12 de Jun. de 2019

0 votos

It's my problem too, Did you find anything?

Preguntada:

DSB
el 4 de Abr. de 2017

Respondida:

el 29 de Mzo. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by