INNER CODE UNIT · Python

refine_labels

DeepLabCut/DeepLabCut · deeplabcut/cli.py:572

def refine_labels(_, config):
    """Refines the labels of the outlier frames extracted from the analyzed videos.

    Delegates to ``deeplabcut.refine_labels``.

    Helps in augmenting the training dataset. Use the function ``analyze_videos`` to
    analyze a video and extract the outlier frames using ``extract_outlier_frames``
    before refining the labels.

    Args:
        config (string): Full path of the config.yaml file.

    Examples:
        To refine the labels:
        ```bash
        python3 dlc.py refine_labels /analysis/project/reaching-task/config.yaml
        ```
    """

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…