Commit c5475085 authored by Yan Li's avatar Yan Li Committed by Francisco Massa

fix typo (#90)

parent c8f3e3b3
...@@ -10,7 +10,7 @@ class BoxList(object): ...@@ -10,7 +10,7 @@ class BoxList(object):
""" """
This class represents a set of bounding boxes. This class represents a set of bounding boxes.
The bounding boxes are represented as a Nx4 Tensor. 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. to an image, we also store the corresponding image dimensions.
They can contain extra information that is specific to each bounding box, such as They can contain extra information that is specific to each bounding box, such as
labels. labels.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment