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

Keypoint annotation changing when labeling - Multi Animal #40

Closed weertman closed 2 years ago

weertman commented 2 years ago

Dear awesome people who are working on napari-deeplabcut. First off thank you! Napari runs on my computer so smoothly while the DLC GUI crashes.

I have been labelling field of worms (<200 individuals). Sometimes I mess up and have to delete an annotation. When I do this using the pointer tool and then start re-annotating the sequence of annotations gets bumped forwards once from what I am expecting. Sometimes. Manually setting which annotation I am on does not prevent this behavior. If I delete multiple previous annotations and then click off the image, then manually enter what my annotation is, it seems to work correctly.

Cheers and thanks! keep up the good work. the DLC GUI lights my computer on fire when annotating hundreds of individuals while napari-deeplabcut just hums along easily.

jeylau commented 2 years ago

Hello @weertman, thank you for the very kind words! I couldn't replicate the behavior you described. I tried the following:

jeylau commented 2 years ago

I have just now spotted something similar to what you experienced. It's now fixed with 51d1b56. You could try it out with pip install -U git+https://github.com/DeepLabCut/napari-deeplabcut.git; let me know if you still face the issue afterwards!

weertman commented 2 years ago

Hey Jaylau,

I think I explained it poorly. Here is a video of the error. It happens when I switch to the arrow tool to move around points and back to the add points tool.

ill try out the upgrade.

cheers!

https://user-images.githubusercontent.com/86493327/194924723-f9faf272-095e-4f55-8393-c95c5faf23c9.MP4

weertman commented 2 years ago

so, I ran the update and it looks like it is fixed!

jeylau commented 2 years ago

Awesome! Thanks for letting me know!