tracts.driver_utils.load_driver_file#

load_driver_file(driver_path)#

Loads the driver file and validates that it contains all required parameters for the inference. See online documentation for details on how to specify parameters in the driver file.

Parameters:

(str) (driver_path)

Return type:

InferenceConfig

Returns:

InferenceConfig: The configuration for the inference process, as specified in the driver file.