Skip to content

Commit

Permalink
Fix a typo (open-mmlab#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE authored and zhouzaida committed Mar 20, 2023
1 parent dd153a4 commit 0ddafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/image/geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def imcrop(
img (ndarray): Image to be cropped.
bboxes (ndarray): Shape (k, 4) or (4, ), location of cropped bboxes.
scale (float, optional): Scale ratio of bboxes, the default value
1.0 means no padding.
1.0 means no scaling.
pad_fill (Number | list[Number]): Value to be filled for padding.
Default: None, which means no padding.
Expand Down

0 comments on commit 0ddafb4

Please sign in to comment.