OmarMedhat22/Iris-Recognition-CASIA-Iris-Thousand

Cannot reshape array of size 90000 into shape (70,70,newaxis)

Opened this issue · 0 comments

During the run of iris_classification_2.ipynb
It fails here
test = test.reshape(img_size[0], img_size[1], -1)
With the error - ValueError: cannot reshape array of size 90000 into shape (70,70,newaxis)