Unverified Commit 45d98602 authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

fix some bugs (#1034)

parent 84855b37
......@@ -77,7 +77,7 @@ def show_result(points,
pred_bboxes,
out_dir,
filename,
show=True,
show=False,
snapshot=False):
"""Convert results into format that is directly readable for meshlab.
......
......@@ -169,7 +169,7 @@ def waymo_data_prep(root_path,
save_dir,
prefix=str(i),
workers=workers,
test_mode=(split == 'test'))
test_mode=(split == 'testing'))
converter.convert()
# Generate waymo infos
out_dir = osp.join(out_dir, 'kitti_format')
......
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