Guest User

Untitled

a guest
May 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. size=(224,224)
  2.  
  3. cv2.resize(img,size,interpolation=cv2.INTER_AREA)
  4.  
  5. img.thumbnail(size,Image.ANTIALIAS)
Add Comment
Please, Sign In to add comment