Iris-Recognition-CASIA-Iris-Thousand
Iris-Recognition-CASIA-Iris-Thousand copied to clipboard
Cannot reshape array of size 90000 into shape (70,70,newaxis)
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)