FastSurferCNN.run_model

FastSurferCNN.run_model.main(args)[source]

First sets variables and then runs the trainer model.

FastSurferCNN.run_model.make_parser()[source]

Set up the options parsed from STDIN.

Parses arguments from the STDIN, including the flags: –cfg, –aug, –opt, opts.

Returns:
argparse.ArgumentParser

The parser object for options.