Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 hours ago
JSON representation

Project for Computer Vision course at Sapienza University of Rome

Awesome Lists containing this project

README

        

# Benchmark of Light Weight Models for EgoGesture Recognition
![Static Badge](https://img.shields.io/badge/PyTorch-white?logo=pytorch&link=https%3A%2F%2Fpytorch.org%2Fdocs%2Fstable%2Findex.html)
![Static Badge](https://img.shields.io/badge/PyTorch_Lightning-%23792EE5?logo=lightning&link=https%3A%2F%2Flightning.ai%2Fdocs%2Foverview%2Fgetting-started)

## 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 applications

We 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.

![Benchmark of the tested models](./readme_assets/Benchmark.svg)

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