Skip to content

snorlaxse/HA-SLR-GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HA-SLR-GCN

Data preparation

The processed keypoints data can be downloaded HERE.

After downloading and unpacking it, place it in the Code/Network/SL_GCN/data/.

Requirements

Install some packages as follows.

torch
torchvision
torchaudio  
tqdm
tensorboard
pyyaml
pandas

Usage

$ cd Code/Network/SL_GCN/

<!-- TRAIN -->
$ python main_base.py --config config/sign_cvpr_A_hands/AUTSL/train_joint_autsl.yaml
$ python main_base.py --config config/sign_cvpr_A_hands/INCLUDE/train_joint_include.yaml

<!-- TEST -->
$ python main_base.py --config config/sign_cvpr_A_hands/AUTSL/test_joint_autsl.yaml
$ python main_base.py --config config/sign_cvpr_A_hands/INCLUDE/test_joint_include.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages