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.
Module contents¶
Bin scripts package for aicssegmentation.