INNER CODE UNIT · Python
check_labels
DeepLabCut/DeepLabCut · deeplabcut/cli.py:227
def check_labels(_, config):
"""Check if labels were stored correctly by plotting annotations and inspect them
visually.
Delegates to ``deeplabcut.check_labels``.
If some are wrong, then use the refine_labels to correct the labels.
"""
from deeplabcut.generate_training_dataset.trainingsetmanipulation import check_labels as _check_labels
_check_labels(config)
##########################################################################
@main.command(context_settings=CONTEXT_SETTINGS)
@click.argument("config")
@click.option(
"-num",