Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed visuliaztion typos #920

Merged
merged 3 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/mono_det_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ 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 visulization results')
parser.add_argument(
'--snapshot',
action='store_true',
help='whether to save online visuliaztion results')
help='whether to save online visulization results')
args = parser.parse_args()

# build the model from a config file and a checkpoint file
Expand Down
4 changes: 2 additions & 2 deletions demo/multi_modality_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ 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 visulization results')
parser.add_argument(
'--snapshot',
action='store_true',
help='whether to save online visuliaztion results')
help='whether to save online visulization results')
args = parser.parse_args()

# build the model from a config file and a checkpoint file
Expand Down
4 changes: 2 additions & 2 deletions demo/pc_seg_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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 visulization results')
parser.add_argument(
'--snapshot',
action='store_true',
help='whether to save online visuliaztion results')
help='whether to save online visulization results')
args = parser.parse_args()

# build the model from a config file and a checkpoint file
Expand Down
4 changes: 2 additions & 2 deletions demo/pcd_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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 visulization results')
parser.add_argument(
'--snapshot',
action='store_true',
help='whether to save online visuliaztion results')
help='whether to save online visulization results')
args = parser.parse_args()

# build the model from a config file and a checkpoint file
Expand Down