neuroinformatics-unit / movement

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

Handle the case where not all individuals have the same keypoints. #150

Open niksirbi opened 3 months ago

niksirbi commented 3 months ago

Currently our data structure assumes that all individuals (animals) are tracked with the same keypoints (body parts). This assumption holds for most, but not all pose estimation datasets.

We should consider this case and decide what to do about it: