Skip to content

Kuroshika/SklLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SklLib

A toolbox to test deeplearning models on Wi-Fi Human Recognition.

Installation

Try to execute below script on a linux computer with conda and git:

git clone [url]
cd [wilib]
conda create -n wifilib python==3.7
conda activate wifilib
pip install -r requirements.txt

Run

python ./run.py -config [path to config] -debug False

The example configurations are under the 'config' directory.

Model Zoo

Model Paper Code
ST-GCN (AAAI 2018) Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition https://github.com/kennymckormick/pyskl

Datasets

Dataset Name Paper Data resource Benchmark
NTU RGB D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages