hrx20000209

Results 6 comments of hrx20000209

Hello! I meet this problem too. Did you solve it? If so, could you please tell me the solution? Thank you very much.

> do you have a local directory named `clip` or a file named `clip.py` in the same directory? wow! thanks!! you figure out what I am looking for!

Hi! Did you solve the problem? Thank you so much!

Hi, do you solve the problem?

I have solved this problem by addint this code to the `utils/imutils.py`: ``` def crop(img, center, scale, res, rot=0): # ... # Range to fill new array new_x = max(0,...