Skip to content

Commit

Permalink
voc filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkguo committed Aug 25, 2018
1 parent f8fc69e commit e556bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def get_voc(args):
roidb = []
for iset in isets:
imdb = PascalVOC(iset, 'data', 'data/VOCdevkit')
imdb.filter_roidb()
imdb.append_flipped_images()
roidb.extend(imdb.roidb)
return roidb
Expand Down

0 comments on commit e556bb4

Please sign in to comment.