INNER CODE UNIT · Python
label_frames
DeepLabCut/DeepLabCut · deeplabcut/cli.py:202
def label_frames(_, config):
"""Manually label/annotate the extracted frames.
Delegates to ``deeplabcut.label_frames``.
Update the list of body parts you want to localize in the config.yaml file first.
Args:
config (string): Full path of the config.yaml file.
Examples:
To launch the frame labeling GUI:
```bash
python3 dlc.py label_frames /analysis/project/reaching-task/config.yaml
```
"""
from deeplabcut.gui.tabs.label_frames import label_frames as _label_frames