You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/get-dataset-waymo/customize.py
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ def preprocess(i):
11
11
ifos_info['platform'] =="windows":
12
12
return {'return': 1, 'error': 'Script not supported in windows yet!'}
13
13
14
-
ifenv.get('MLC_DATASET_WAYMO_PATH', '') =='':
15
-
return {'return': 1, 'error': 'Please provide path to kitti dataset using tag \\`--waymo_path\\`as automatic download of this dataset is not supported yet.'}
0 commit comments