Skip to content

Commit

Permalink
fix typo (facebookresearch#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godricly authored and fmassa committed Nov 1, 2018
1 parent dc3b7fc commit 7871b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maskrcnn_benchmark/structures/bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BoxList(object):
"""
This class represents a set of bounding boxes.
The bounding boxes are represented as a Nx4 Tensor.
In order ot uniquely determine the bounding boxes with respect
In order to uniquely determine the bounding boxes with respect
to an image, we also store the corresponding image dimensions.
They can contain extra information that is specific to each bounding box, such as
labels.
Expand Down

0 comments on commit 7871b31

Please sign in to comment.