mirror of https://github.com/open-mmlab/mmcv.git
Fix a typo (#2549)
parent
e0323b4e4b
commit
4032b83270
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue