Hi Mark,
When I tried to run your code (pt4-webcam3D.py), I got the following error:
FileNotFoundError: [Errno 2] No such file or directory: './src/lifting/models/prob_models_params.mat '.
This error has to do with:
poseLifting = Prob3dPose('./src/lifting/models/prob_model_params.mat')
The run.py code also contains this line of code, but in this case it works to load the .mat file. Do you have any idea why this error occurs and how to solve it?
Thanks in advance!
Hi Mark,
When I tried to run your code (pt4-webcam3D.py), I got the following error:
FileNotFoundError: [Errno 2] No such file or directory: './src/lifting/models/prob_models_params.mat '.
This error has to do with:
poseLifting = Prob3dPose('./src/lifting/models/prob_model_params.mat')
The run.py code also contains this line of code, but in this case it works to load the .mat file. Do you have any idea why this error occurs and how to solve it?
Thanks in advance!