Giter Site home page Giter Site logo

iris-recognition-casia-iris-thousand's Issues

DenseNet201 initialization - list indices must be integers or slices, not str

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 Cell 7 line 8
5 from keras.applications.xception import Xception
7 #original_model = VGG16(include_top=False)
----> 8 original_model = DenseNet201(include_top="False")
9 #original_model = InceptionV3(include_top=False)
10 #original_model = InceptionResNetV2(include_top=False)
11 #original_model = Xception(include_top=False)
13 bottleneck_input = original_model.get_layer(index=0).input

File c:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\keras\applications\densenet.py:408, in DenseNet201(include_top, weights, input_tensor, input_shape, pooling, classes, classifier_activation)
395 @keras_export(
396 "keras.applications.densenet.DenseNet201", "keras.applications.DenseNet201"
397 )
(...)
405 classifier_activation="softmax",
406 ):
407 """Instantiates the Densenet201 architecture."""
--> 408 return DenseNet(
409 [6, 12, 48, 32],
410 include_top,
411 weights,
412 input_tensor,
413 input_shape,
...
68 def getitem(self, key):
69 """Retrieves item by the specified key."""
---> 70 return self._values[key]

TypeError: list indices must be integers or slices, not str

Dataset Availability

Hi,I am not able to download the dataset CASIA-IRIS-ThHOUSAND from the given site due to some issues of that site.I have tried multiple times but it didn't work.Can you please provide me any other resource for that dataset like google drive link?

##10 Datasets

Sir, I have chosen 10 datasets from the "Iris_Recognition-CASIA-Iris-Thousand" one error in the classification cell as show below how to tackel it

classicerrpr

##Running code

Hello sir, i have taken the similar datasets as mentioned in "README.md"
the code is giving only the "print" statements as the output
"total_eyes_found = 0
total_eyes_found 2 = 0
total images number 0"
........
even though i have changed the directory name as per my directory

execution error in iris_segmentacion_2.py

Greetings.

When I was executing the iris_segmentacion_2.py code, the following error occurred, I consider that it is an error in the parameters that I expected to receive, if you could help me it would be of great help to me.

Attached capture of the error.

imagen

### 21 Datasets

Sir, i have taken 21 datasets of both left and right eye, and also made the changes in the code as u said, but in the checkpointer code i arrive with new error.

#THIS PART OF THE CODE

dens1

#ERROR

dens2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.