Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix typo in bounding_box.py (facebookresearch#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored and fmassa committed Jun 17, 2019
1 parent 6bbaf85 commit 536220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maskrcnn_benchmark/structures/bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 536220f

Please sign in to comment.