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

3 次查看(过去 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