Problem Opening Examples for Object Tracking

9 visualizaciones (últimos 30 días)
Saraf Atharva JAYANT
Saraf Atharva JAYANT el 4 de Mzo. de 2019
Comentada: saiqa jutt el 1 de Mzo. de 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 comentario
saiqa jutt
saiqa jutt el 1 de Mzo. de 2022
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')

Iniciar sesión para comentar.

Respuesta aceptada

Anant Upadhyay
Anant Upadhyay el 8 de Mzo. de 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.

Más respuestas (1)

Alexis Villacis
Alexis Villacis el 15 de Mzo. de 2019
I am getting the same error. How did you fix it?
  1 comentario
Saraf Atharva JAYANT
Saraf Atharva JAYANT el 17 de Mzo. de 2019
Hello,
Like Anant Upadhyay mentioned, the toolbox may not be installed or may be improperly so.
Try re-installing the appropriate Toolbox. In my case it was the Computer Vision Toolbox.
Cheers!

Iniciar sesión para comentar.

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by