aicssegmentation.bin package

Submodules

aicssegmentation.bin.batch_processing module

class aicssegmentation.bin.batch_processing.Args(log_cmdline=True)[source]

Bases: object

Use this to define command line arguments and use them later.

For each argument do the following 1. Create a member in __init__ before the self.__parse call. 2. Provide a default value here. 3. Then in p.add_argument, set the dest parameter to that variable name.

See the debug parameter as an example.

show_info()[source]
class aicssegmentation.bin.batch_processing.Executor(args)[source]

Bases: object

execute(args)[source]
segment(fn, args, output_path)[source]
aicssegmentation.bin.batch_processing.main()[source]

Module contents

Bin scripts package for aicssegmentation.