video classification using svm
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
shab shekan
am 14 Feb. 2012
Beantwortet: Kenta
am 31 Mär. 2020
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 Kommentare
Walter Roberson
am 14 Feb. 2012
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
Akzeptierte Antwort
Kenta
am 31 Mär. 2020
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).
0 Kommentare
Weitere Antworten (1)
Thijs
am 14 Feb. 2012
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!