Recommend
Analyzes a lightning-pose dataset and prints config recommendations.
Unlabeled videos are assumed to live in <dataset_path>/videos. A complete,
ready-to-use config YAML is always written; use --output to control where, or
--print_only to skip writing a file entirely.
usage: litpose recommend <dataset_path> [--output OUTPUT | --print_only]
Positional Arguments
- dataset_path
directory containing one or more label CSV files (auto-discovered; multiple CSVs are treated as a multi-view dataset), or a single label CSV file
Named Arguments
- --output
path to write the recommended config YAML. a directory writes config.yaml inside it. defaults to <dataset_path>/config.yaml, or a timestamped filename if that already exists.
- --print_only
print the recommendation report only; do not write a config YAML.
Default:
False