From 37c210c2c74aeb864c4329d49cac727dfd08be2d Mon Sep 17 00:00:00 2001 From: SMRUTI56 <72099686+SMRUTI56@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:57:14 +0530 Subject: [PATCH] Update project1.py --- project1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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