Commit a2321e7f authored by yizhou-wang's avatar yizhou-wang
Browse files

Update prepare_data.py

parent 476b4a19
......@@ -207,6 +207,7 @@ if __name__ == "__main__":
else:
splits = args.split.split(',')
out_data_dir = args.out_data_dir
os.makedirs(out_data_dir, exist_ok=True)
overwrite = args.overwrite
dataset = CRUW(data_root=data_root, sensor_config_name=args.sensor_config)
......
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