Skip to content

AKARIでハンド追従をするアプリケーションです

License

Notifications You must be signed in to change notification settings

AkariGroup/akari_hand_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akari_hand-tracking

AKARIでハンド追跡をするアプリです

機能

AKARIが認識した手を追跡します

Clone

  • レポジトリのClone
    git clone --recursive https://github.com/AkariGroup/akari_hand-tracking.git

submoduleのclone

git submodule update --init --recursive

仮想環境の作成

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

アプリの実行

python3 main.py

オプション

  • コマンドライン引数に以下を与えることで追跡するジェスチャーを設定できます
    python3 main.py -g <任意のジェスチャー名>
    指定できるジェスチャー名は以下
    ・OK
    ・PEACE
    ・FIST
    ・ONE
    ・TWO
    ・THREE
    ・FOUR
    ・FIVE

About

AKARIでハンド追従をするアプリケーションです

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages