src.pipeline.pipeline_output
Classes
|
- class src.pipeline.pipeline_output.PipelineOutput(**kwargs)
- Author:
Alberto M. Esmoris Pena
Class representing the output for a VL3D pipeline.
- Variables:
out_pcloud (str or list) – Either a string or a list of strings representing paths to output point clouds. Any output string that ends with an asterisk “*” will be used as a prefix for outputs specified in the components of the pipeline.
- __init__(**kwargs)
Handles the initialization of a VL3D pipeline’s output.
- Parameters:
kwargs – The attributes for the pipeline.