Integral-Human-Pose-Regression-for-3D-Human-Pose-Estimation
Integral-Human-Pose-Regression-for-3D-Human-Pose-Estimation copied to clipboard
Sequence = H36MSequence(subject, action, subaction, camera);
When I run preprocess_h36m.m file to process human36 data error:Undefined function or variable 'H36MSequence'What should I do
@zby-github @mks0601 I am facing the same problem. Could you please tell me how to solve it? Thanks!
@ zby-github @ mks0601我面临着同样的问题。你能告诉我如何解决吗?谢谢!
Sorry, this problem has not been solved yet, and the author has not replied me
download original h36m data where 'code.zip' has the H36MSequence.m file
Hi,
I downloaded code zip file 1.2 but still get the following error:
Installation not complete. Please copy metadata.xml file to /cluster/home/vicon/ Error in H36MDataBase.instance (line 105) obj = H36MDataBase();
Error in H36MSequence (line 22) db = H36MDataBase.instance();
Error in preprocess_h36m (line 58) Sequence = H36MSequence(subject, action, subaction, camera);
How do I fix this?
It needs code_v1.1.zip and put all the data in the Release_v1.1 folder, and run the process_data_36m.m. However, I used Matlab R2020b, I met several problems, like "couldn't instantiate videoloader"(I couldn't remember the accratee statement), and I didn't find the way to solve it. Please reply it! Thanks a lot!