Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

module niftyone.analysis_levels.group

Group analysis-level.

Global Variables

  • TAGS
  • IMG_EXTENSIONS

function group

group(
    bids_dir: str | os.PathLike,
    out_dir: str | os.PathLike,
    ds_name: str | None = None,
    qc_key: str | None = None,
    overwrite: bool = False
) → None

Collects samples into a FiftyOne dataset and exports to the output directory.