reproduce the paper's results

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
Jonathan Cheng
Posts: 8
Joined: Wed Aug 28, 2024 7:11 pm

reproduce the paper's results

Post by Jonathan Cheng » Tue Dec 03, 2024 7:44 pm

Hello sir,
I would like to reproduce the paper's result by running labValidationVideosToKinematics.py.

When running the code, some error msg popped up (as in the error msg screenshot). May I know why I would miss the file "static1_rotated_avi" or "cam1_0.png"?

Also, it keeps popping out sentences such as "Cam4: not same person at 411" "For Cam1, used reprojection error minimization to sync." "1/1 - 1s - 673ms/epoch - 673ms/step" more than 1000 lines and have not stopped. I am wondering if that is correct.

Looking forward to your reply.
Thank you!
Attachments
output2.png
more than thousand lines of outputs showed up
output2.png (73.86 KiB) Viewed 122 times
error msg.png
error msg.png (80.67 KiB) Viewed 122 times

User avatar
Matt Petrucci
Posts: 216
Joined: Fri Feb 24, 2012 11:49 am

Re: reproduce the paper's results

Post by Matt Petrucci » Thu Dec 05, 2024 3:48 pm

Hi Jonathan,

The first screen cap is just info being printed to the terminal. You should expect several lines to pop up.

For the second screen cap, it looks like it's having trouble finding files. You may want to check that your file structure is correct and that these files are in the paths that it is looking for.

Hope this helps,
Matt

POST REPLY