Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update ABSTRACTIONS.md (#81)
Browse files Browse the repository at this point in the history
Replace baseline with benchmark
  • Loading branch information
belowmit authored and fmassa committed Oct 31, 2018
1 parent 486ffb5 commit 0e53eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ABSTRACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e53eab

Please sign in to comment.