v0.2.0
Major updates to command line flags
- added the "--mirror_annotation" flag that swap the left and right classes for output
- added the "--overwrite" flag, which is off by default that allows icatcher to overwrite output annotation files if they exist. if they exist and this flag is off, icatcher+ will terminate.
- any command line option relating to the face detector has now a prefix "fd".
- the --dont_buffer flag was replaced with --fd_parallel_processing, and is OFF by default - users were experiencing crashes and RAM overload which should not be expected as this flag is trading more memory for better performance.
- the --num_cpus_saved option was replaced with --fd_num_cpus, now indicating how many cores would the user want to use (if --fd_parallel_processing is on). -1 means use all cores, which is the default.
- any command line flag that is experimental or that should not be changed is marked with a warning
- removed unused command line flags
- better tests for the full pipeline