Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokulnpc/iris-detection
This project focuses on iris detection using deep learning techniques. The model architecture combines the power of ResNet152V2, a pre-trained convolutional neural network (CNN), with additional convolutional layers to accurately detect and localize iris regions in images.
https://github.com/gokulnpc/iris-detection
convolutional-neural-networks deep-neural-networks iris-detection resnet
Last synced: about 2 months ago
JSON representation
This project focuses on iris detection using deep learning techniques. The model architecture combines the power of ResNet152V2, a pre-trained convolutional neural network (CNN), with additional convolutional layers to accurately detect and localize iris regions in images.
- Host: GitHub
- URL: https://github.com/gokulnpc/iris-detection
- Owner: gokulnpc
- Created: 2024-04-24T13:48:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T13:49:32.000Z (9 months ago)
- Last Synced: 2024-04-24T16:55:31.667Z (9 months ago)
- Topics: convolutional-neural-networks, deep-neural-networks, iris-detection, resnet
- Language: Jupyter Notebook
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris Detection using ResNet152V2 and Convolutional Neural Networks
This project focuses on iris detection using deep learning techniques. The model architecture combines the power of ResNet152V2, a pre-trained convolutional neural network (CNN), with additional convolutional layers to accurately detect and localize iris regions in images.