summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-25 18:06:20 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-25 18:06:20 +0200
commitdf32a7acda9cada817dcb7730b2d7d4335646c51 (patch)
tree3c402395e3ab015b612617db7eea2e0bb51536a2 /run.py
parentc70be5066056b497c9ffdaa98ec7f01623cc5066 (diff)
process sequences
Diffstat (limited to 'run.py')
-rw-r--r--run.py1
1 files changed, 1 insertions, 0 deletions
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':