Which is the best way to classify videos in MATLAB?

1 view (last 30 days)
Hi, everyone,
I need to classify videos, extracting frames from them. I think the best way to do this is using a 3D convolutional neural network, but i can't find official support for 3D ConvNets in MATLAB. There is a way to do this?
I can't handle frames as independent images because, of course, i need the time information too.
Thanks for the support and attention!

Accepted Answer

Kenta
Kenta on 29 Mar 2020
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).

More Answers (0)

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!