-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add LightningPoseDataInterface
and LightningPoseConverter
#633
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
LightningPoseDataInterface
LightningPoseDataInterface
and LightningPoseConverter
@weiglszonja Do you happen to have an example file from a full conversion to examine alongside this PR? |
Looks great to me, thanks a bunch @weiglszonja The only small detail that I'm OK with since this isn't required for a full publication ready conversion using |
Retriggering CI docs... |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #633 +/- ##
==========================================
+ Coverage 91.90% 92.00% +0.10%
==========================================
Files 113 115 +2
Lines 5792 5956 +164
==========================================
+ Hits 5323 5480 +157
- Misses 469 476 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Add converter for LightningPose, uses
ndx-pose==0.1.0
to addPoseEstimation
with thePoseEstimationSeries
from the predictions CSV file. The original video is added as ImageSeries tonwbfile.acquisition
, while the optional labeled video is added tonwbfile.processing["behavior"]
both inexternal
mode.Resolve #628
https://github.com/danbider/lightning-pose/blob/main/docs/directory_structures.md#model-directory-structure
Checklist