OpenPose pretrained network not working

3 vues (au cours des 30 derniers jours)
Saba Baloch
Saba Baloch le 22 Avr 2021
Commenté : Saba Baloch le 23 Avr 2021
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'.

Réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by