Emanuel Nafcha
Results
1
issues of
Emanuel Nafcha
I was using the following code: ```import numpy X = Image.open('im.jpg') # resize image X = X.resize((200, 200)) # convert to grayscale X = numpy.array(X.convert('L')) # define a crop region...