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

Fix data display when new keypoints are found in the config #103

Closed jeylau closed 11 months ago

jeylau commented 11 months ago

I fixed 2 race conditions causing some widgets to be wrongly displayed (especially the color scheme reference) and, importantly, some internal references to the wrong Points layer to be kept in memory. This now lets me annotate new keypoints as before.