Skip to content

Commit

Permalink
fix skip-saving-sensor-data args
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh committed Dec 27, 2023
1 parent bd6e0a4 commit 2844255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/create_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def waymo_data_prep(root_path,
info_prefix=info_prefix,
max_sweeps=max_sweeps,
split=split,
save_senor_data=not save_senor_data,
save_senor_data=save_senor_data,
save_cam_instances=not skip_cam_instances_infos)
converter.convert()
if split == 'validation':
Expand Down Expand Up @@ -308,7 +308,7 @@ def semantickitti_data_prep(info_prefix, out_dir):
help='''Whether to skip gathering cam_instances infos.
Only used when dataset is Waymo!''')
parser.add_argument(
'--skip-saving-senor-data',
'--skip-saving-sensor-data',
action='store_true',
help='''Whether to skip saving image and lidar.
Only used when dataset is Waymo!''')
Expand Down

0 comments on commit 2844255

Please # to comment.