Problem Opening Examples for Object Tracking
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Saraf Atharva JAYANT
am 4 Mär. 2019
Kommentiert: saiqa jutt
am 1 Mär. 2022
Hello,
I am running a MATLAB R2018a ,
When I try running a matlab example:
openExample('vision/MotionBasedMultiObjectTrackingExample')
I encounter:
Error using exampleUtils.componentExamplesDir (line 10)
Invalid argument "vision".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in setupExample (line 5)
metadata = findExample(arg);
Error in openExample (line 10)
[workDir,metadata] = setupExample(varargin{:});
1 Kommentar
saiqa jutt
am 1 Mär. 2022
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')
Akzeptierte Antwort
Anant Upadhyay
am 8 Mär. 2019
Hi,
Please check if "Computer Vision Toolbox" is installed on your system. You are facing this error probably because you do not have Computer Vision Toolbox installed.
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!