Closed
Description
Describe the bug
Boolean config items always give 'False' value even when set 'True' or 'true' in config.yaml.
Please see function setup_parser() on utils.py, on line 29. I think it's missing default value, like on line 31, or may be just skip checking the boolean type, and treat it like another?
code-generator/src/templates/template-vision-segmentation/utils.py
Lines 21 to 33 in f137219
Expected result
Boolean config items give value as set.
Steps to reproduce
Set any boolean config item in config.yaml to 'true'.