diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:01:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:01:54 +0200 |
| commit | 4320a298fcb5d5b014cc2d1335c91e32f3ee088d (patch) | |
| tree | d245d430f4e9e12bb9a740de6eedc5c7417a5775 | |
| parent | 43caa294c25a6f62434eac50eaacb7282bc8b161 (diff) | |
testy
| -rw-r--r-- | options/dataset_options.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 530a3cf..3240e30 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -84,6 +84,12 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( + '--just_copy', + action='store_true', + help='dont preprocess first frame', + ) + + self.parser.add_argument( '--sequence', action='store_true', help='recurse guided by image sequence' |
