Zhou-Hangyu / mcslp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Channel Sign Language Processing

System Design

proposal.png

Install

  1. Clone this repository and navigate to mcslp folder.
git clone https://github.com/Zhou-Hangyu/mcslp.git
cd mcslp
  1. Install Package.
conda create -n mcslp python=3.10 -y
conda activate mcslp
pip install --upgrade pip
pip install -e .

Dataset Preparation

  • how2sign: Use the .sh file here to download.
  • phoenix14t: wget https://www-i6.informatik.rwth-aachen.de/~koller/RWTH-PHOENIX-2014-T/

About


Languages

Language:Jupyter Notebook 71.3%Language:Python 28.7%