Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
DayBreak-u committed Mar 14, 2020
1 parent d80289a commit 3091415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def rotate_cut_img(im, degree, x_center , y_center, w, h, leftAdjust=False, righ
return tmpImg, newW, newH


def crop_rect(img, rect ,alph = 0.25):
def crop_rect(img, rect ,alph = 0.15):
img = np.asarray(img)
# get the parameter of the small rectangle
# print("rect!")
Expand Down

0 comments on commit 3091415

Please sign in to comment.