catalystneuro / datta-lab-to-nwb

MIT License
1 stars 2 forks source link

Keypoint Data #44

Closed pauladkisson closed 4 months ago

pauladkisson commented 1 year ago

Notes for Keypoint Tracking Data

pauladkisson commented 1 year ago

Paper Notebook References

See Extended Data Figure 3, Methods: Capturing 3D keypoints, and fig_s03a, s03b, s03c-keypoints-and-dlight.ipynb.

pauladkisson commented 1 year ago

File Description

Notebook Notes

Mapping from keypoint index to name:

mapping = {
    0: 'spine',
    1: 'spine',
    2: 'spine',
    3: 'tail base',
    4: 'tail tip',
    5: 'head center',
    6: 'left ear',
    7: 'right ear',
    8: 'noce', # [sic] (probably supposed to be nose)
    9: 'left hind ankle',
    10: 'left hindpaw',
    11: 'right hind ankle',
    12: 'right hindpaw',
    13: 'left forepaw',
    14: 'right forepaw',
}
pauladkisson commented 1 year ago

Conclusions: