-
Notifications
You must be signed in to change notification settings - Fork 12
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
Notes from discussion regarding training input #8
Comments
I posted to the DLC gitter to ask for input |
Proposed refactoring of pose training structure:
Pose Training input:
Identities: optional
1+Identity: string
name: string
description: string
Skeletons:
1+Skeleton:
id: string
1+Node Labels: string
1+Edges: optional
Training Frames:
1+Training Frame:
Annotator: optional string
Source Video: optional
Path: relative filepath
Frame Index: unsigned int
Source Frame: optional filepath
Instances:
1+Links to identity: name
1+Links to Skeleton: id
1+Node Positions:
x: float
y: float
z: optional float
visible: bool |
@roomrys mostly LGTM; the only thing I'd suggest is for With our default approach of writing the image frames directly to |
Forked repo here with these specifications. Currently adding tests in SLEAP for writing/reading the proposed format. Subject to change and open to recommendations/concerns! |
https://github.com/talmolab/ndx-pose-training/blob/main/spec/ndx-pose.extensions.yaml is looking good - should we open a draft PR to ndx-pose to continue the discussion about any specifics there? |
We plan to ...
The text was updated successfully, but these errors were encountered: