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

Support NWB training packages (PoseTraining) #86

Open
talmo opened this issue Apr 14, 2024 · 0 comments
Open

Support NWB training packages (PoseTraining) #86

talmo opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@talmo
Copy link
Contributor

talmo commented Apr 14, 2024

In ndx-pose 0.2.0 and since rly/ndx-pose#24, NWB now supports "training packages" (PoseTraining) which don't require timeseries and which are better suited to store training data that come from random frames.

See also: rly/ndx-pose#29

We should support this format natively in sleap-io. We don't make a distinction between the two different pose types (inference vs training) since our Labels is flexible enough to incorporate both. This means that we'll want to have some manual control over which format to store things in when we call sio.save_nwb, perhaps with a smart default as a heuristic.

We'll also need to figure out the best way to auto-detect which format to load in sio.load_nwb.

Finally, there's the issue of embedded image data (see also #44).

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

No branches or pull requests

1 participant