From df32a7acda9cada817dcb7730b2d7d4335646c51 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 18:06:20 +0200 Subject: process sequences --- run.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run.py') diff --git a/run.py b/run.py index e9f5de1..d8fc839 100644 --- a/run.py +++ b/run.py @@ -26,6 +26,7 @@ arguments_bOffset = 0 arguments_mixVideos = False for strOption, strArgument in getopt.getopt(sys.argv[1:], '', [ strParameter[2:] + '=' for strParameter in sys.argv[1::2] ])[0]: + print("{}: {}".format(strOption, strArgument)) if strOption == '--model': arguments_strModel = strArgument # which model to use, l1 or lf, please see our paper for more details elif strOption == '--first': -- cgit v1.2.3-70-g09d2