diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:02:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:02:32 +0200 |
| commit | 01456b55d3c2ed039a75f46da5bea336be125d5e (patch) | |
| tree | 23802a3731d1700c9d6d2ddeaa8891df4d94c0ae /options | |
| parent | 4320a298fcb5d5b014cc2d1335c91e32f3ee088d (diff) | |
testy
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 3240e30..c0f5978 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -84,7 +84,7 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( - '--just_copy', + '--just-copy', action='store_true', help='dont preprocess first frame', ) |
