You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Be able to store SLEAP package files in PoseTraining objects so we can embed images used for training models together with the ground truth poses.
Data model equivalences
sleap-io
ndx-pose
Labels
PoseTraining
LabeledFrame
TrainingFrame
Skeleton
Skeleton
Instance
SkeletonInstance
Video
ImageSeries
Labels.skeletons
Skeletons
Labels.labeled_frames
TrainingFrames
Labels.videos
SourceVideos
TODO
MVP
Make TrainingFrame.skeleton_instance into TrainingFrame.skeleton_instances so it can hold multiple instances per frame
Put SkeletonInstance creation inside of TrainingFrame loop in the README example
Overview
Goal: Be able to store SLEAP package files in
PoseTraining
objects so we can embed images used for training models together with the ground truth poses.Data model equivalences
sleap-io
ndx-pose
Labels
PoseTraining
LabeledFrame
TrainingFrame
Skeleton
Skeleton
Instance
SkeletonInstance
Video
ImageSeries
Labels.skeletons
Skeletons
Labels.labeled_frames
TrainingFrames
Labels.videos
SourceVideos
TODO
MVP
TrainingFrame.skeleton_instance
intoTrainingFrame.skeleton_instances
so it can hold multiple instances per frameSkeletonInstance
creation inside ofTrainingFrame
loop in the README exampleImage
as 3-D array (Add tests for using Image in TrainingFrame.source_image #2)TrainingFrame.source_video
optional so we don't need to keep the source video together with the NWB file (Add tests for using Image in TrainingFrame.source_image #2)sleap_io.io.nwb
Nice to have
TrainingFrame
to point to source video as provenance but without triggering validation on DANDIImage
sleap-io
viadandi
APIThe text was updated successfully, but these errors were encountered: