Commit 0e53eabe authored by Mitchell Below's avatar Mitchell Below Committed by Francisco Massa

Update ABSTRACTIONS.md (#81)

Replace baseline with benchmark
parent 486ffb52
......@@ -39,7 +39,7 @@ for each bounding box, such as labels, visibility, probability scores etc.
Here is an example on how to create a `BoxList` from a list of coordinates:
```python
from maskrcnn_baseline.structures.bounding_box import BoxList, FLIP_LEFT_RIGHT
from maskrcnn_benchmark.structures.bounding_box import BoxList, FLIP_LEFT_RIGHT
width = 100
height = 200
......
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