DeepLabCut / napari-deeplabcut

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

Is there a tutorial on loading videos and adding annotations? #140

Open hiroalchem opened 1 month ago

hiroalchem commented 1 month ago

I was annotating extracted frames, but it's difficult to annotate without checking consecutive frames, so I'm trying to annotate directly from the video. However, even though I looked at https://deeplabcut.github.io/DeepLabCut/docs/gui/napari_GUI.html, I don't quite understand the procedure. I can load the config.yaml and the video mov file, and I can add annotations, but when I try to save, I get a KeyError: 'root'. Also, when I press the extract frame button, there's no indication that the extracted images were saved. Is there a detailed explanation of the procedure somewhere?