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
mmdetection3d
Commits
8289d1b0
Commit
8289d1b0
authored
Oct 27, 2022
by
Shaun
Committed by
ZwwWayne
Dec 03, 2022
Browse files
[Fix]: change --pkl to --pkl-path in the data upgrade scripts (#1965)
parent
e780679d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/dataset_converters/update_infos_to_v2.py
tools/dataset_converters/update_infos_to_v2.py
+2
-2
No files found.
tools/dataset_converters/update_infos_to_v2.py
View file @
8289d1b0
...
...
@@ -4,7 +4,7 @@
Example:
python tools/dataset_converters/update_infos_to_v2.py
--dataset kitti
--pkl ./data/kitti/kitti_infos_train.pkl
--pkl
-path
./data/kitti/kitti_infos_train.pkl
--out-dir ./kitti_v2/
"""
...
...
@@ -1073,4 +1073,4 @@ if __name__ == '__main__':
if
args
.
out_dir
is
None
:
args
.
out_dir
=
args
.
root_dir
update_pkl_infos
(
dataset
=
args
.
dataset
,
out_dir
=
args
.
out_dir
,
pkl_path
=
args
.
pkl
)
dataset
=
args
.
dataset
,
out_dir
=
args
.
out_dir
,
pkl_path
=
args
.
pkl
_path
)
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