import click from app.utils import click_utils from app.settings import app_cfg @click.command('') # @click.option('-i', '--input', 'opt_dir_in', required=True, # help='Path to input image glob directory') # @click.option('-r', '--recursive', 'opt_recursive', is_flag=True) @click.pass_context def cli(ctx): """ Converts directory of images to BigGAN* vectors """ # ------------------------------------------------ # imports # app_cfg.MODELZOO_CFG pass