Skip to content

[SHREC24] Skeleton-based Self-Supervised Learning For Dynamic Hand Gesture Recognition

Notifications You must be signed in to change notification settings

o-ikne/skelmae-shrec24

Repository files navigation

Shrec24

[SHREC24] Skeleton-based Self-Supervised Learning For Dynamic Hand Gesture Recognition

hippo

Updates

  • ...

Installation

Create and activate conda environment:

conda create -n shrec24 python=3.10
conda activate shrec24

Install all dependencies:

pip install -r requirements.txt

Dataset

Download the SHREC'24 dataset. And set the path to training and test data in the shrec24_config.yaml file in the configs/ folder.

 train_data_dir: './path/to/Train-set/'
 test_data_dir: './path/to/Test-set/'

Training

bash train.sh --config_file configs/shrec24_config.yaml

Evaluation

bash eval.sh --config_file configs/shrec24_config.yaml

We thank MAE and STGCN for making their code available

About

[SHREC24] Skeleton-based Self-Supervised Learning For Dynamic Hand Gesture Recognition

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published