Skip to content

Commit

Permalink
Update bdd100k.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haofengac authored Mar 11, 2019
1 parent 2c5de35 commit 2773e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maskrcnn_benchmark/data/datasets/bdd100k.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __getitem__(self, idx):
classes = []
for label in annotations['labels']:
# TODO: further filter annotations if needed

classes += [label['category']]
boxes += [
label['box2d']['x1'],
label['box2d']['y1'],
Expand Down

0 comments on commit 2773e4a

Please sign in to comment.