Pipeline

This file contains an implementation of end-to-end pipeline execution.

pipeline.get_args()[source]

A function to get the command line arguments.

pipeline.pipeline(config, dirpath, device, flow_logger, event_logger)[source]

A function that configures all components of the pipeline for end-to-end execution.

Parameters:
  • config – User config.

  • dirpath – Path of root directory.

  • flow_logger – Object for flow logger.

  • event_logger – Object for event logger.