I am following this project https://github.com/janstenum/GaitAnalysis-PoseEstimation. I have ran the first command and made it all the way through until I ran into this error:
Warning: The initial magnification of the image is set to 'fit' in a docked figure.
> In imshow (line 322)
In extractScaling_openpose (line 21)
In OpenPoseGaitAnalysis_JS (line 11)
This occurs when it reaches the point in which it needs to run the command
calculate_gaitParameters_jointAngles.m
I have tried rereading the documentation with no result and saving the output and individually running the command on it.
I also tried jsut running the entire sequence through with the initial command
OpenPoseGaitAnalysis_JS
It would end and print that error after I tapped save after it ran the function
extractScaling_openpose
I have no idea whats going on. Please help.