Unverified Commit c9292dff authored by Zongbao Feng's avatar Zongbao Feng Committed by GitHub
Browse files

fixed visuliaztion typos (#920)

* visuliaztion typos

* fix to visualization

* fixed lint errors by pre-commit
parent e970a318
......@@ -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 visuliaztion results')
help='whether to save online visualization results')
args = parser.parse_args()
# build the model from a config file and a checkpoint file
......
......@@ -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 visuliaztion results')
help='whether to save online visualization results')
args = parser.parse_args()
# build the model from a config file and a checkpoint file
......
......@@ -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 visuliaztion results')
help='whether to save online visualization results')
args = parser.parse_args()
# build the model from a config file and a checkpoint file
......
......@@ -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 visuliaztion results')
help='whether to save online visualization results')
args = parser.parse_args()
# build the model from a config file and a checkpoint file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment