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