diff --git a/ABSTRACTIONS.md b/ABSTRACTIONS.md index bf160b9aedbfbafa49121ef907f771ddbccac664..7e3cb8bc5df0fa5d506f0ab1ab95020d1fa5acf8 100644 --- a/ABSTRACTIONS.md +++ b/ABSTRACTIONS.md @@ -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