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

[Feature] Update pose estimation interfaces to use the latest version of ndx-pose #1127

Open
2 tasks
h-mayorquin opened this issue Nov 6, 2024 · 0 comments
Open
2 tasks

Comments

@h-mayorquin
Copy link
Collaborator

Currently, we are pinning ndx-pose to an old release:

neuroconv/pyproject.toml

Lines 126 to 132 in 419ab11

video = [
"opencv-python-headless>=4.8.1.78",
]
lightningpose = [
"ndx-pose==0.1.1",
"neuroconv[video]",
]

I think there are some problems that are related to this: #1114 but I think first we should update to the latest version of ndx-pose to see if the constructor problems disappear.

To-do:

  • Update DeepLabCut interface to ndx-pose 2.1
  • Update LightningPoseDataInterface to ndx-pose 2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant