Pavlo Botnar

Results 4 issues of Pavlo Botnar

During running app, got an error File "F:\repo\IrisRecognition\src\utils\imgutils.py", in findTopEyelid mask[grid] = np.nan IndexError: index 280 is out of bounds for axis 0 with size 280 First 3 images from...

For now I see only one way to resume jobs execution after reloading service. I have added custom wrapper over metadata_storage to get all jobs ids then data and use...

enhancement

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)**

During the running of iris_classification_2.ipynb got an error: TypeError Traceback (most recent call last) [f:\repo\Iris-Recognition-CASIA-Iris-Thousand\iris_classification_2.ipynb](file:///F:/repo/Iris-Recognition-CASIA-Iris-Thousand/iris_classification_2.ipynb) Cell 7 line 8 [5](vscode-notebook-cell:/f%3A/repo/Iris-Recognition-CASIA-Iris-Thousand/iris_classification_2.ipynb#W6sZmlsZQ%3D%3D?line=4) from keras.applications.xception import Xception [7](vscode-notebook-cell:/f%3A/repo/Iris-Recognition-CASIA-Iris-Thousand/iris_classification_2.ipynb#W6sZmlsZQ%3D%3D?line=6) #original_model = VGG16(include_top=False) ----> [8](vscode-notebook-cell:/f%3A/repo/Iris-Recognition-CASIA-Iris-Thousand/iris_classification_2.ipynb#W6sZmlsZQ%3D%3D?line=7)...