OpenPose pretrained network not working

3 ビュー (過去 30 日間)
Saba Baloch
Saba Baloch 2021 年 4 月 22 日
コメント済み: Saba Baloch 2021 年 4 月 23 日
I'm trying to use the MATLAB openPose example but it is again showing an error. Has anyone successfully used it? Has the bug been fixed?
dataDir = fullfile(tempdir,'OpenPose');
trainedOpenPoseNet_url = 'https://ssd.mathworks.com/supportfiles/vision/data/human-pose-estimation.zip';
downloadTrainedOpenPoseNet(trainedOpenPoseNet_url,dataDir)
unzip(fullfile(dataDir,'human-pose-estimation.zip'),dataDir);
Unrecognized function or variable 'downloadTrainedOpenPoseNet'.
  1 件のコメント
Saba Baloch
Saba Baloch 2021 年 4 月 23 日
anyone?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by