MATLAB: Error during Classify Videos Using Deep Learning

deep learningdeep network designer

I am running the example program given by Matlab with the same steps and the same dataset but i got error. Please help me to get out from the problem.C:\Users\MATLAB\Examples\R2019a\nnet\ClassifyVideosUsingDeepLearningExample\ClassifyVideosUsingDeepLearningExample.mlx

Best Answer

I think it is due to the absence of the video files that should have been in your directry. The example requires comparatively big data and you have to down load it.
The demo below is also for video classification, but the dataset is light and easy to run.
It would be helpful to try that first. I hope it helps you a lot.
Related Question