Skip to content

Commit

Permalink
VOC class order
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamdad committed Mar 30, 2023
1 parent a2d03ee commit 1fa6477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@
),
]

CLASSES = ('aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car',
'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike',
'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor')
CLASSES = ('train', 'car', 'cat', 'chair', 'person', 'diningtable', 'sofa',
'horse', 'bicycle', 'bird', 'cow', 'aeroplane', 'tvmonitor',
'bottle', 'pottedplant', 'boat', 'sheep', 'bus', 'motorbike', 'dog')
data = dict(
samples_per_gpu=5,
workers_per_gpu=5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@
]


# CLASSES = ('aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car',
# 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike',
# 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor')

CLASSES = ('train', 'car', 'cat', 'chair', 'person', 'diningtable', 'sofa',
'horse', 'bicycle', 'bird', 'cow', 'aeroplane', 'tvmonitor',
'bottle', 'pottedplant', 'boat', 'sheep', 'bus', 'motorbike', 'dog')
Expand Down

0 comments on commit 1fa6477

Please sign in to comment.