how to make classification for video

조회 수: 3 (최근 30일)
DSB
DSB 2017년 4월 4일
답변: Kenta 2020년 3월 29일
I have a scenario and I need to classify it how can I do that?
  댓글 수: 5
Julanta J
Julanta J 2019년 1월 23일
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 2019년 2월 21일
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?

댓글을 달려면 로그인하십시오.

채택된 답변

Kenta
Kenta 2020년 3월 29일
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).

추가 답변 (1개)

Banafshe Khazali
Banafshe Khazali 2019년 6월 12일
It's my problem too, Did you find anything?

Community Treasure Hunt

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

Start Hunting!

Translated by