필터 지우기
필터 지우기

What is the use of supporting function ? If we are using different folders how we wrote the supporting file?

조회 수: 4 (최근 30일)
When we are using to classify videos using deep learning, after the loading of pretrained data and also hmdb_51 org datafolder then we use like this for example, " [files,labels] = hmdb51Files(dataFolder);".
from where we got or create hmdb51Files? how we create files?

채택된 답변

Walter Roberson
Walter Roberson 2019년 3월 28일
openExample('nnet/ClassifyVideosUsingDeepLearningExample')
Once you do that, hmdb51Files will be a function on your path.
The original of it is at
fullfile(matlabroot, 'examples/nnet/main/hmdb51Files.m')
Note that this example is new in R2019a, and requires the Deep Learning Toolbox

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by