frame rate of my solution?
Posted: Thu Sep 28, 2023 2:43 am
I'm asking Moco to track a mot file.
I do not understand how the frame rate of the solution is calculated. I would assume the frame rate to be 1/meshInterval = 20 fps, and to obtain (finalTime-initialTime)/meshInterval = 27.6 frames.
Instead, the frame rate of the solution is about 41 fps, with 57 frames.
Would you be able to explain this to me?
Thanks in advance!
Code: Select all
track = osim.MocoTrack()
[...]
track.set_initial_time(0.07)
track.set_final_time(1.45)
track.set_mesh_interval(0.05)
Instead, the frame rate of the solution is about 41 fps, with 57 frames.
Would you be able to explain this to me?
Thanks in advance!