sequence input layer - video classification
이전 댓글 표시
Could anyone please elaborate on how to feed video frames to a sequence input layer? MATLAB documentation for sequence or time series data input to a network says: "Sequences or time series data, specified as a cell array of matrices. C is a N-by-1 cell array where N is the number of observations. Each entry of C is a time series represented by a matrix with rows corresponding to data points, and columns corresponding to time steps."
My question is, how to create a sequence input layer for video data of N videos, where each video is composed of L frames of colored nXmXc images?
답변 (1개)
Ameer Hamza
2020년 9월 22일
0 개 추천
What about this example: https://www.mathworks.com/help/deeplearning/ug/classify-videos-using-deep-learning.html. This shows how to feed video frames to lstm.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!