Guest User

Untitled

a guest
Dec 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import cv2
  2.  
  3.  
  4. images = []
  5. for i in range(0, 10000):
  6. print(i)
  7. images.append(cv2.imread("class_a/" + str(i) + ".jpg"))
Add Comment
Please, Sign In to add comment