Skip to content

Commit

Permalink
remove voc2012 train data
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiks-qb committed Oct 19, 2021
1 parent f9f1c4f commit 6eec635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/voc0712.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class VOCDetection(data.Dataset):
"""

def __init__(self, root,
image_sets=[('2007', 'trainval'), ('2012', 'trainval')],
image_sets=[('2007', 'trainval')],
transform=None, target_transform=VOCAnnotationTransform(),
dataset_name='VOC0712'):
self.root = root
Expand Down

0 comments on commit 6eec635

Please sign in to comment.