Which is the best way to classify videos in MATLAB?

조회 수: 1 (최근 30일)
Arthur
Arthur 2018년 5월 3일
답변: Kenta 2020년 3월 29일
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!

채택된 답변

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).

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by