https://github.com/nhix00/egogesture_recognition
Project for Computer Vision course at Sapienza University of Rome
https://github.com/nhix00/egogesture_recognition
cv egogesture gesture-recognition lightning pytorch
Last synced: 4 months ago
JSON representation
Project for Computer Vision course at Sapienza University of Rome
- Host: GitHub
- URL: https://github.com/nhix00/egogesture_recognition
- Owner: Nhix00
- License: mit
- Created: 2024-08-20T14:10:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T15:17:35.000Z (10 months ago)
- Last Synced: 2025-01-31T01:58:51.264Z (5 months ago)
- Topics: cv, egogesture, gesture-recognition, lightning, pytorch
- Language: Python
- Homepage:
- Size: 2.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmark of Light Weight Models for EgoGesture Recognition

## Introduction
The proposed work primarily concentrates on offline gesture recognition as detailed in the [paper](https://doi.org/10.48550/arXiv.1901.10323). Our objective is to benchmark several lightweight models, such as ShuffleNet, and compare their performance to the heavier ResNeXt model featured in the study.
## Dataset
In this work we used **Egogesture** dataset that is a multi-modal large scale dataset for egocentric hand gesture recognition. This dataset provides the test-bed not only for gesture classification in segmented data but also for gesture detection in continuous data.## Models
- **MobileNet**: Optimized for mobile and embedded devices with depth-wise separable convolutions for high-performance image recognition
- **ShuffleNet**: Minimizes computational complexity with channel shuffling, ideal for mobile and resource-constrained applicationsWe used pretrainet models on Jester dataset from this paper: [link](https://arxiv.org/pdf/1904.02422), they published their work on GitHub ([link](https://github.com/okankop/Efficient-3DCNNs))
## Results
The results of our work are shown in the next graphic.
## Contacts
If you have any questions, suggestions, or feedback, we'd love to hear from you! Here's how you can reach out:- Diego Barreto: [[email protected]](mailto:[email protected]?subject=[GitHub]%20EgoGesture_Recognition)
- Matteo Zacchino: [[email protected]](mailto:[email protected]?subject=[GitHub]%20EgoGesture_Recognition)