video classification using svm

조회 수: 1 (최근 30일)
shab shekan
shab shekan 2012년 2월 14일
답변: Kenta 2020년 3월 31일
I extracted features from some short video files and saved each of them in separate 3d matrices. Now, how can I use SVM as classifier?
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 2월 14일
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
shab shekan 2012년 2월 15일
Could you please explain regular svm techniques?
what's your suggestion?

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

채택된 답변

Kenta
Kenta 2020년 3월 31일
One option is to use CNN and LSTM.
The demo below is for video classification using machine/deep leaning method. It depends, but I think you can get better result with LSTM (Long Short Term Memory).
The image features were extracted via a pre-trained network and the time-series features were classified using LSTM (Long Short Term Memory).

추가 답변 (1개)

Thijs
Thijs 2012년 2월 14일
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
  댓글 수: 1
shab shekan
shab shekan 2012년 2월 14일
thank you. I knew that commands and i used them before. but now, svmclassify give me no answer in plot.
so i think i didn't set svm properly with this data structure that explained before.

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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by