Skip to content

Commit 8e36f12

Browse files
authored
Update create_data.py
1 parent 3470c36 commit 8e36f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/create_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def occ_nuscenes_data_prep(root_path,
173173
out_dir=args.out_dir,
174174
max_sweeps=args.max_sweeps)
175175
elif args.dataset == 'occ' and args.version != 'v1.0-mini':
176-
train_version = f'{args.version}-trainval'
176+
train_version = f'{args.version}'
177177
occ_nuscenes_data_prep(
178178
root_path=args.root_path,
179179
occ_path=args.occ_path,

0 commit comments

Comments
 (0)