diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:06:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:06:20 +0200 |
| commit | df32a7acda9cada817dcb7730b2d7d4335646c51 (patch) | |
| tree | 3c402395e3ab015b612617db7eea2e0bb51536a2 /run.py | |
| parent | c70be5066056b497c9ffdaa98ec7f01623cc5066 (diff) | |
process sequences
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': |
