Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaeelaudibert/finnger
FINNger is a CNN intended to detect how many raised fingers you have through your webcam.
https://github.com/rafaeelaudibert/finnger
cnn computer-science convolutional-neural-network finger-detection kaggle machine-learning python3 pytorch
Last synced: about 1 month ago
JSON representation
FINNger is a CNN intended to detect how many raised fingers you have through your webcam.
- Host: GitHub
- URL: https://github.com/rafaeelaudibert/finnger
- Owner: rafaeelaudibert
- License: mit
- Created: 2021-05-26T00:37:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T20:16:31.000Z (8 months ago)
- Last Synced: 2024-05-03T21:32:18.089Z (8 months ago)
- Topics: cnn, computer-science, convolutional-neural-network, finger-detection, kaggle, machine-learning, python3, pytorch
- Language: Python
- Homepage: https://arxiv.org/abs/2105.12281
- Size: 16.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FINNger
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/finnger-applying-artificial-intelligence-to/hand-pose-estimation-on-custom-finngers)](https://paperswithcode.com/sota/hand-pose-estimation-on-custom-finngers?p=finnger-applying-artificial-intelligence-to)
FINNger is a CNN intended to detect how many raised fingers you have through your webcam (or any image capturing device, actually). The final intention from this work is to create a mobile app where children can learn some basic arithmetics. This is mostly the code for the model generation, with a small proof-of-concept to check that it would really work.
More information about the work per se and the model can be found on the paper: _link unavailable at the moment_
## Installing
We need `Python3` to run this code. To install our library dependencies you can run `pip3 install -r requirements.txt`.
## Dataset
By default, we already have one of the used datasets available on this repository. You can run, from the root the command `./extract_dataset.sh` and the custom dataset will be available on `model/`.
To download [koriakinp/fingers](https://www.kaggle.com/koryakinp/fingers) repository, refer to Kaggle website to understand how you can download the dataset.
## Model
A trained model is not available in the repository. However, on the releases tab we made the final model and optimizer state available for demonstration purposes.
## Results
As stated above, the full results can be found on the paper. However, here we have a small demonstration of the high accuracy of the trained model on the validation images. On this image, the row is the expected value, and the columns is the FINNger model output value.
![Correlation Matrix for our model](images/nn_detection_corr.png)
## Authors
- [Rafael Baldasso Audibert](https://www.rafaaudibert.dev)
- Vinicius Maschio