Index exceeds matrix dimensions while runing Example

2 views (last 30 days)
I'm runing Deep learning example . while is object detection using faster RCCN and got this Error while runing.
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')
Index exceeds matrix dimensions.
Error in openExample>readMetadata (line 95)
metadata.component = tokens{1};
Error in openExample (line 10)
metadata = readMetadata(id);

Answers (0)

Categories

Find more on Partial Differential Equation Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!