Skip to content

Commit

Permalink
Fix docstring for bbox coordinates (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Apr 2, 2021
1 parent a025bb6 commit 95a048d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/augmentations/bbox_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def filter_bboxes_by_visibility(

def convert_bbox_to_albumentations(bbox, source_format, rows, cols, check_validity=False):
"""Convert a bounding box from a format specified in `source_format` to the format used by albumentations:
normalized coordinates of bottom-left and top-right corners of the bounding box in a form of
normalized coordinates of top-left and bottom-right corners of the bounding box in a form of
`(x_min, y_min, x_max, y_max)` e.g. `(0.15, 0.27, 0.67, 0.5)`.
Args:
Expand Down

0 comments on commit 95a048d

Please sign in to comment.