Skip to content

Commit c1e5f58

Browse files
committed
fix docs
1 parent 12b35b6 commit c1e5f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/prepro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,7 @@ def pose_crop(image, annos, mask, x, y, w, h): # TODO : speed up with affine tr
36883688

36893689
def keypoint_resize_random_crop(image, annos, mask=None, size=(368, 368)):
36903690
"""Reszie the image to make either its width or height equals to the given sizes.
3691-
Then randomly crop image using padding without influence scales.
3691+
Then randomly crop image without influence scales.
36923692
Resize the image match with the minimum size before cropping, this API will change the zoom scale of object.
36933693
36943694
Parameters

0 commit comments

Comments
 (0)