
; -------------------------OUTPUT AND DISPLAY OPTIONS-----------------------------

[options] ; all should be either {true, false} - case sensitive

; Execution mode of algorithm
training_mode = false

; Is the input a list or a directory?
is_list = true

; Are we using image metadata at all during processing?
use_metadata = false

; Is the metadata stored in the list or within the images?
is_metadata_in_image = true

; Should we only process the left half of the input image?
process_left_half_only = false

; Enable output window showing detections while processing?
enable_output_display = true

; Enable output list describing detections?
output_list = true

; Print out duplicate entries for the same IP if it may be in multiple categories?
output_duplicate_class = true

; Output images showing detections?
output_detection_images = false

