Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have to insert dummy data for confidences when representing keypoint-moseq results #15

Open
kaijfox opened this issue Jul 27, 2023 · 1 comment

Comments

@kaijfox
Copy link

kaijfox commented Jul 27, 2023

Working on NWB I/O for, keypoint-moseq we're running into an issue because we don't calculate confidences for our denoised pose estimates. The closest thing we have are variances for the Gaussian noise we assume around those re-estimated keypoint locations in our generative model, but that is just a scalar for each keypoint.

We currently have to insert an array of nans in the confidences field - which doesn't feel like a great solution. Do you have a suggestion for a better practice, or would it be possible to make that field optional?

@rly
Copy link
Owner

rly commented Jul 27, 2023

On further inspection, it turns out that the "confidence" field in PoseEstimationSeries is already optional as of #11! This has not been released yet (my fault). Please use the main branch of this repo instead of the version on pypi until we can get this new version released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants