MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / check_labels

Method check_labels

deeplabcut/gui/tabs/label_frames.py:137–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 _ = launch_napari(folder)
136
137 def check_labels(self):
138 check_labels(self.root.config, visualizeindividuals=self.root.is_multianimal)
139 labeled_images = (Path(self.root.config).parent / "labeled-data").rglob("*_labeled/*.png")
140 _ = launch_napari(labeled_images, plugin="napari", stack=True)
141
142 def build_skeleton(self, *args):
143 SkeletonBuilder(self.root.config)

Calls 2

check_labelsFunction · 0.90
launch_napariFunction · 0.90

Tested by

no test coverage detected