Iris-Recognition-CASIA-Iris-Thousand icon indicating copy to clipboard operation
Iris-Recognition-CASIA-Iris-Thousand copied to clipboard

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

Open Dkwcs opened this issue 1 year ago • 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)

Dkwcs avatar Dec 11 '23 17:12 Dkwcs