neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Add the ability to import skeletons #93

Open lochhh opened 11 months ago

lochhh commented 11 months ago

For SLEAP we could have something like load_skeleton.from_sleap_json()

_Originally posted by @niksirbi in https://github.com/neuroinformatics-unit/movement/pull/88#discussion_r1404207491_

niksirbi commented 12 hours ago

Skan is a pure Python library for skeleton analysis, may be relevant/useful for us some day. Shout out to @vigji for bringing it to my attention.

They even have a guide on displaying 3D skeletons in napari.