dattalab / keypoint-moseq

https://keypoint-moseq.readthedocs.io
Other
78 stars 28 forks source link

Using keypoint-moseq for keypoint post processing #154

Closed adrianloy closed 4 months ago

adrianloy commented 4 months ago

Hello, great project! In your paper you describe that the fitted model can be used for error correction of keypoint estimations. Is there an API in the code base to do that easily? What are your thoughts on doing this as a in-between step for a classification model that is trained in a supervised manner on keypoint estimation data? Since you mentioned that traditional signal smoothing techniques tend to delete information, this seems like a good idea to me to reduce the keypoint jitter in a more informed way.

calebweinreb commented 4 months ago

Hi,

This link explains how to export the estimated keypoint coordinates https://keypoint-moseq.readthedocs.io/en/latest/advanced.html#exporting-pose-estimates

I would definitely inspect them manually before using them, however. In our test dataset, they seemed reasonable but I'm aware of other users who have gotten inaccurate estimates this way.