how to make classification for video
1 次查看(过去 30 天)
显示 更早的评论
I have a scenario and I need to classify it how can I do that?
5 个评论
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
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
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).
0 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!