Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dectinc committed Jan 11, 2016
1 parent 95918a5 commit e5faf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fast_rcnn/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_net(net, imdb):
max_per_set = 40 * num_images
# heuristic: keep at most 100 detection per class per image prior to NMS
max_per_image = 100
# detection thresold for each class (this is adaptively set based on the
# detection threshold for each class (this is adaptively set based on the
# max_per_set constraint)
thresh = -np.inf * np.ones(imdb.num_classes)
# top_scores will hold one minheap of scores per class (used to enforce
Expand Down

0 comments on commit e5faf38

Please sign in to comment.