Guest User

Untitled

a guest
Nov 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import scipy.misc
  2. unique_filename = str(uuid.uuid4())
  3. scipy.misc.imsave('generated/' + unique_filename + '.jpg', image)
  4. i = i+1
  5. imgplot = plt.imshow(image)
  6. plt.show()
Add Comment
Please, Sign In to add comment