parser1.add_argument('-l','--list',action='store_true',help='show the list of available pretrain models',default=False)
parser1.add_argument('-d','--download',action='store',help='download pretrain models. The available pretrain models can be listed by run "python download_models.py -l"')