keenon / nimblephysics

Nimble: Physics Engine for Biomechanics and Deep Learning
http://www.nimblephysics.org
Other
403 stars 44 forks source link

Fixing Antoine's shivering calibration example #144

Closed keenon closed 1 year ago

keenon commented 1 year ago

The problem here was that we were dropping markers that don't move for a prolonged period of time, on the basis that they've probably fallen off the body or been incorrectly gap-filled. Antoine's example had tens of thousands of frames of markers not moving at all, which meant those markers were getting dropped and so IK was not constrained by anything, so it got some wonky solutions. By just removing that filter we've fixed his issue.