Parser options for the CLI commands

Utils for parsing CLI commands using argparse.

ecgan.utils.parser.config_parser()[source]

Parse configuration file path command line args.

Return type

str

ecgan.utils.parser.init_parser()[source]

Parse the arguments required for ecgan-init.

ecgan.utils.parser.inverse_parser()[source]

Parse the arguments required for ecgan-inverse.

ecgan.utils.parser.detection_parser()[source]

Parse the arguments required for ecgan-detect.