; Scallop Detector - Default Training Config File

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

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

; Execution mode of algorithm {true,false}
training_mode = true

; If we are in training mode, are we getting annotations from a file,
; or should the internal GUI be enabled for annotations?
use_file_for_training = true

; 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 = false

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