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
c9292dff
Unverified
Commit
c9292dff
authored
Sep 07, 2021
by
Zongbao Feng
Committed by
GitHub
Sep 07, 2021
Browse files
fixed visuliaztion typos (#920)
* visuliaztion typos * fix to visualization * fixed lint errors by pre-commit
parent
e970a318
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
demo/mono_det_demo.py
demo/mono_det_demo.py
+4
-2
demo/multi_modality_demo.py
demo/multi_modality_demo.py
+4
-2
demo/pc_seg_demo.py
demo/pc_seg_demo.py
+4
-2
demo/pcd_demo.py
demo/pcd_demo.py
+4
-2
No files found.
demo/mono_det_demo.py
View file @
c9292dff
...
...
@@ -18,11 +18,13 @@ def main():
parser
.
add_argument
(
'--out-dir'
,
type
=
str
,
default
=
'demo'
,
help
=
'dir to save results'
)
parser
.
add_argument
(
'--show'
,
action
=
'store_true'
,
help
=
'show online visuliaztion results'
)
'--show'
,
action
=
'store_true'
,
help
=
'show online visualization results'
)
parser
.
add_argument
(
'--snapshot'
,
action
=
'store_true'
,
help
=
'whether to save online visuli
a
ztion results'
)
help
=
'whether to save online visu
a
liz
a
tion results'
)
args
=
parser
.
parse_args
()
# build the model from a config file and a checkpoint file
...
...
demo/multi_modality_demo.py
View file @
c9292dff
...
...
@@ -19,11 +19,13 @@ def main():
parser
.
add_argument
(
'--out-dir'
,
type
=
str
,
default
=
'demo'
,
help
=
'dir to save results'
)
parser
.
add_argument
(
'--show'
,
action
=
'store_true'
,
help
=
'show online visuliaztion results'
)
'--show'
,
action
=
'store_true'
,
help
=
'show online visualization results'
)
parser
.
add_argument
(
'--snapshot'
,
action
=
'store_true'
,
help
=
'whether to save online visuli
a
ztion results'
)
help
=
'whether to save online visu
a
liz
a
tion results'
)
args
=
parser
.
parse_args
()
# build the model from a config file and a checkpoint file
...
...
demo/pc_seg_demo.py
View file @
c9292dff
...
...
@@ -14,11 +14,13 @@ def main():
parser
.
add_argument
(
'--out-dir'
,
type
=
str
,
default
=
'demo'
,
help
=
'dir to save results'
)
parser
.
add_argument
(
'--show'
,
action
=
'store_true'
,
help
=
'show online visuliaztion results'
)
'--show'
,
action
=
'store_true'
,
help
=
'show online visualization results'
)
parser
.
add_argument
(
'--snapshot'
,
action
=
'store_true'
,
help
=
'whether to save online visuli
a
ztion results'
)
help
=
'whether to save online visu
a
liz
a
tion results'
)
args
=
parser
.
parse_args
()
# build the model from a config file and a checkpoint file
...
...
demo/pcd_demo.py
View file @
c9292dff
...
...
@@ -16,11 +16,13 @@ def main():
parser
.
add_argument
(
'--out-dir'
,
type
=
str
,
default
=
'demo'
,
help
=
'dir to save results'
)
parser
.
add_argument
(
'--show'
,
action
=
'store_true'
,
help
=
'show online visuliaztion results'
)
'--show'
,
action
=
'store_true'
,
help
=
'show online visualization results'
)
parser
.
add_argument
(
'--snapshot'
,
action
=
'store_true'
,
help
=
'whether to save online visuli
a
ztion results'
)
help
=
'whether to save online visu
a
liz
a
tion results'
)
args
=
parser
.
parse_args
()
# build the model from a config file and a checkpoint file
...
...
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