Commit 486ffb52 authored by Stefan Otte's avatar Stefan Otte Committed by Francisco Massa

Fix typo in ABSTRACTIONS.md (#72)

parent 7282f554
...@@ -31,7 +31,7 @@ a specific image, as well as the size of the image as a `(width, height)` tuple. ...@@ -31,7 +31,7 @@ a specific image, as well as the size of the image as a `(width, height)` tuple.
It also contains a set of methods that allow to perform geometric It also contains a set of methods that allow to perform geometric
transformations to the bounding boxes (such as cropping, scaling and flipping). transformations to the bounding boxes (such as cropping, scaling and flipping).
The class accepts bounding boxes from two different input formats: The class accepts bounding boxes from two different input formats:
- `xyxy`, where each box is encoded as a `x1`, `y1`, `x2` and `y2` coordinates) - `xyxy`, where each box is encoded as a `x1`, `y1`, `x2` and `y2` coordinates, and
- `xywh`, where each box is encoded as `x1`, `y1`, `w` and `h`. - `xywh`, where each box is encoded as `x1`, `y1`, `w` and `h`.
Additionally, each `BoxList` instance can also hold arbitrary additional information Additionally, each `BoxList` instance can also hold arbitrary additional information
......
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