Skip to content

Commit 319afd1

Browse files
committed
fix classes number
1 parent 48d0302 commit 319afd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_configs/DELIVER/deliver_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
dataset_type = 'DELIVERDetectionDataset'
1111
data_root = '/SSDb/jemo_maeng/dset/DELIVER/' # Added trailing slash
1212
backend_args = None
13-
classes = ('Vehicle', 'Human')
13+
classes = ('Human', 'Vehicle')
1414

1515
# Data preprocessor
1616
data_preprocessor = dict(

0 commit comments

Comments
 (0)