Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
RODNet
Commits
476b4a19
Commit
476b4a19
authored
Nov 09, 2021
by
yizhou-wang
Browse files
Update prepare_data.py
parent
012ad57c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/prepare_dataset/prepare_data.py
tools/prepare_dataset/prepare_data.py
+1
-1
No files found.
tools/prepare_dataset/prepare_data.py
View file @
476b4a19
...
...
@@ -202,7 +202,7 @@ def prepare_data(dataset, config_dict, data_dir, split, save_dir, viz=False, ove
if
__name__
==
"__main__"
:
args
=
parse_args
()
data_root
=
args
.
data_root
if
args
.
split
s
==
''
:
if
args
.
split
==
''
:
splits
=
None
else
:
splits
=
args
.
split
.
split
(
','
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment