What is the use of supporting function ? If we are using different folders how we wrote the supporting file?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
RAJESH RAJAN
il 28 Mar 2019
Commentato: RAJESH RAJAN
il 28 Mar 2019
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?
0 Commenti
Risposta accettata
Walter Roberson
il 28 Mar 2019
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!