diff --git a/project1.py b/project1.py index 2a8d541..5731cea 100644 --- a/project1.py +++ b/project1.py @@ -1,4 +1,4 @@ - +//need to add a readme file import cv2 import numpy as np @@ -33,4 +33,4 @@ c=0 for i in data: cv2.imwrite('images/'+name+'_'+str(c)+'.jpg',i) - c+=1 \ No newline at end of file + c+=1