PipelineSystemSettings
Defines interactions between your OS and the pipeline.
Member Variables
saveFilePath-
std::filesystem::path, default:\{"data"\}JSON Type: string Path where all generated output data will be stored.
[[-2]]
exportObjectDetectionText:: bool, default: {false}
JSON Type: bool
Indicates if the 2D object detection result has to be saved to the disk as txt file. The output folder is specified by saveFilePath.
[[-3]]
exportObjectDetectionImage:: bool, default: {false}
JSON Type: bool
Indicates if the 2D object detection result has to be saved to the disk as png file. The output folder is specified by saveFilePath.