필터 지우기
필터 지우기

Problem Opening Examples for Object Tracking

조회 수: 4 (최근 30일)
Saraf Atharva JAYANT
Saraf Atharva JAYANT 2019년 3월 4일
댓글: saiqa jutt 2022년 3월 1일
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
saiqa jutt
saiqa jutt 2022년 3월 1일
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')

댓글을 달려면 로그인하십시오.

채택된 답변

Anant Upadhyay
Anant Upadhyay 2019년 3월 8일
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.

추가 답변 (1개)

Alexis Villacis
Alexis Villacis 2019년 3월 15일
I am getting the same error. How did you fix it?
  댓글 수: 1
Saraf Atharva JAYANT
Saraf Atharva JAYANT 2019년 3월 17일
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!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by