Guest User

Untitled

a guest
Nov 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. from skimage.color import rgb2gray
  2.  
  3. #convert to array
  4. images28 = np.array(images28)
  5.  
  6. #convert to gray scale
  7. images28 = rgb(images28)
Add Comment
Please, Sign In to add comment