フィルターのクリア

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 件のコメント
Saraf Atharva JAYANT
Saraf Atharva JAYANT 2019 年 3 月 12 日
Thank You! I figured it out.

サインインしてコメントする。

その他の回答 (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 Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by