DeepLabCut / napari-deeplabcut

a napari plugin for labeling and refining keypoint data within DeepLabCut projects
GNU Lesser General Public License v3.0
52 stars 22 forks source link

Multianimal Labelling: Moving to next animal after skipping a bodypart sets GUI back to first bodypart but not in actual labelling #41

Closed hihosilvers closed 2 years ago

hihosilvers commented 2 years ago

So I have a body parts list:

I have a list of individuals for multi animal labelling l1, l2, l3, etc ..

I'm on individual l33. I've labelled tip, the 'Keypoint selection' menu looks like this: image

As I can't see the middle of l33, I will move onto l34 in the menu, and the GUI responds by resetting the body parts to tip: image

But when I go to label, it will label the point for the middle of l34, the tip of l34 is skipped and the next point to label is l35 tip.

jeylau commented 2 years ago

Hi @teejK, I suspect that this issue has just been fixed with 51d1b56; could you try pip install -U git+https://github.com/DeepLabCut/napari-deeplabcut.git and let me know if that solves your problem?

jeylau commented 2 years ago

I tested it once again: this bug is indeed fixed.