chuxiaoselena / SparsenessMeetsDeepness

This is the code of "Human Pose Estimation from Monocular Video"

Home Page:https://fling.seas.upenn.edu/~xiaowz/dynamic/wordpress/monocap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to read file 'data/h36m/S9_Posing_1.55011271.mat': no such file or directory.

zilesazoyi2 opened this issue · comments

thanks for you code!
thanks for you attention !

when i run demoH36M.m ,error occurs.
could please upload the data/h36m/S9_Posing_1.55011271.mat?

demoH36M
Error using load
Unable to read file 'data/h36m/S9_Posing_1.55011271.mat': no such file or directory.

Error in demoH36M (line 10)
data = load('data/h36m/S9_Posing_1.55011271.mat');

demoHG
Warning: Name is nonexistent or not a directory: internal
In path at 109
In addpath at 86
In startup at 1
In demoHG at 15
Warning: Name is nonexistent or not a directory: ssr
In path at 109
In addpath at 86
In startup at 2
In demoHG at 15
Warning: Name is nonexistent or not a directory: utils
In path at 109
In addpath at 86
In startup at 3
In demoHG at 15
Error using load
Unable to read file 'dict/tennis_forehand.mat': no such file or directory.

Error in demoHG (line 43)
dict = load('dict/tennis_forehand.mat'); % a motion-specific dict

demoMPII
Error using textscan
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in demoMPII (line 13)
imgList = textscan(fileID,'%s');