From 536220fe83793d2b5a2f89a4abb2503b96acabd2 Mon Sep 17 00:00:00 2001 From: keineahnung2345 Date: Mon, 17 Jun 2019 21:18:44 +0800 Subject: [PATCH] Fix typo in bounding_box.py (#902) --- maskrcnn_benchmark/structures/bounding_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maskrcnn_benchmark/structures/bounding_box.py b/maskrcnn_benchmark/structures/bounding_box.py index 4084024fa..25791d578 100644 --- a/maskrcnn_benchmark/structures/bounding_box.py +++ b/maskrcnn_benchmark/structures/bounding_box.py @@ -166,7 +166,7 @@ def transpose(self, method): def crop(self, box): """ - Cropss a rectangular region from this bounding box. The box is a + Crops a rectangular region from this bounding box. The box is a 4-tuple defining the left, upper, right, and lower pixel coordinate. """