DeepLabCut / DeepLabCut-live

SDK for running DeepLabCut on a live video stream
https://elifesciences.org/articles/61909
Other
190 stars 50 forks source link

handle case if madlc predictions are all empty #81

Closed LucZot closed 1 year ago

LucZot commented 2 years ago

Catches the problem of stacking multi-pose predictions that are all empty; in this case it returns empty poses as it would do for the single animal case. (Solves error also in here: https://forum.image.sc/t/dlc-live-multianimal-what-is-affinity-in-inferenceutil-py-empty-assemblies-bug-or-bad-model/69972)