├── README.md ├── conv1D_ges_online.py ├── conv1D_ges_rec.py ├── conv_scale.txt ├── data ├── 0308gan │ ├── 1.txt │ ├── 2.txt │ ├── 3.txt │ ├── 4.txt │ ├── 5.txt │ ├── 6.txt │ ├── 7.txt │ └── 8.txt ├── 0318gan │ ├── 1.txt │ ├── 2.txt │ ├── 3.txt │ ├── 4.txt │ ├── 5.txt │ ├── 6.txt │ ├── 7.txt │ └── 8.txt ├── Gan │ ├── 01 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 02 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 03 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 04 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ └── 05 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt ├── QiHuan │ ├── 01 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 02 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ └── 03 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt ├── QinHao │ ├── 01 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ └── 02 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt ├── WeiXiaotong │ ├── 01 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 02 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ └── 03 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt ├── YuHailong │ ├── 01 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 02 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 03 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ ├── 04 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt │ └── 05 │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ ├── 6.txt │ │ └── 7.txt └── data.md ├── figure ├── P60325-100813.jpg ├── P60325-100824.jpg ├── P60325-100907.jpg ├── P60325-100916.jpg ├── P60325-100934.jpg ├── P60325-100949.jpg ├── P60325-101005.jpg └── figure.md ├── ges_rec.py ├── myo ├── Var.py ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-35.pyc │ ├── enum.cpython-35.pyc │ ├── lowlevel.cpython-35.pyc │ ├── platform.cpython-35.pyc │ ├── six.cpython-35.pyc │ └── tools.cpython-35.pyc ├── enum.py ├── lowlevel.py ├── platform.py ├── readme.md ├── six.py └── tools.py ├── myo32.dll └── myo64.dll /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/README.md -------------------------------------------------------------------------------- /conv1D_ges_online.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/conv1D_ges_online.py -------------------------------------------------------------------------------- /conv1D_ges_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/conv1D_ges_rec.py -------------------------------------------------------------------------------- /conv_scale.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/conv_scale.txt -------------------------------------------------------------------------------- /data/0308gan/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/1.txt -------------------------------------------------------------------------------- /data/0308gan/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/2.txt -------------------------------------------------------------------------------- /data/0308gan/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/3.txt -------------------------------------------------------------------------------- /data/0308gan/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/4.txt -------------------------------------------------------------------------------- /data/0308gan/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/5.txt -------------------------------------------------------------------------------- /data/0308gan/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/6.txt -------------------------------------------------------------------------------- /data/0308gan/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/7.txt -------------------------------------------------------------------------------- /data/0308gan/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0308gan/8.txt -------------------------------------------------------------------------------- /data/0318gan/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/1.txt -------------------------------------------------------------------------------- /data/0318gan/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/2.txt -------------------------------------------------------------------------------- /data/0318gan/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/3.txt -------------------------------------------------------------------------------- /data/0318gan/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/4.txt -------------------------------------------------------------------------------- /data/0318gan/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/5.txt -------------------------------------------------------------------------------- /data/0318gan/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/6.txt -------------------------------------------------------------------------------- /data/0318gan/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/7.txt -------------------------------------------------------------------------------- /data/0318gan/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/0318gan/8.txt -------------------------------------------------------------------------------- /data/Gan/01/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/1.txt -------------------------------------------------------------------------------- /data/Gan/01/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/2.txt -------------------------------------------------------------------------------- /data/Gan/01/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/3.txt -------------------------------------------------------------------------------- /data/Gan/01/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/4.txt -------------------------------------------------------------------------------- /data/Gan/01/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/5.txt -------------------------------------------------------------------------------- /data/Gan/01/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/6.txt -------------------------------------------------------------------------------- /data/Gan/01/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/01/7.txt -------------------------------------------------------------------------------- /data/Gan/02/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/1.txt -------------------------------------------------------------------------------- /data/Gan/02/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/2.txt -------------------------------------------------------------------------------- /data/Gan/02/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/3.txt -------------------------------------------------------------------------------- /data/Gan/02/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/4.txt -------------------------------------------------------------------------------- /data/Gan/02/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/5.txt -------------------------------------------------------------------------------- /data/Gan/02/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/6.txt -------------------------------------------------------------------------------- /data/Gan/02/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/02/7.txt -------------------------------------------------------------------------------- /data/Gan/03/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/1.txt -------------------------------------------------------------------------------- /data/Gan/03/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/2.txt -------------------------------------------------------------------------------- /data/Gan/03/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/3.txt -------------------------------------------------------------------------------- /data/Gan/03/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/4.txt -------------------------------------------------------------------------------- /data/Gan/03/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/5.txt -------------------------------------------------------------------------------- /data/Gan/03/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/6.txt -------------------------------------------------------------------------------- /data/Gan/03/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/03/7.txt -------------------------------------------------------------------------------- /data/Gan/04/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/1.txt -------------------------------------------------------------------------------- /data/Gan/04/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/2.txt -------------------------------------------------------------------------------- /data/Gan/04/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/3.txt -------------------------------------------------------------------------------- /data/Gan/04/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/4.txt -------------------------------------------------------------------------------- /data/Gan/04/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/5.txt -------------------------------------------------------------------------------- /data/Gan/04/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/6.txt -------------------------------------------------------------------------------- /data/Gan/04/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/04/7.txt -------------------------------------------------------------------------------- /data/Gan/05/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/1.txt -------------------------------------------------------------------------------- /data/Gan/05/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/2.txt -------------------------------------------------------------------------------- /data/Gan/05/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/3.txt -------------------------------------------------------------------------------- /data/Gan/05/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/4.txt -------------------------------------------------------------------------------- /data/Gan/05/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/5.txt -------------------------------------------------------------------------------- /data/Gan/05/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/6.txt -------------------------------------------------------------------------------- /data/Gan/05/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/Gan/05/7.txt -------------------------------------------------------------------------------- /data/QiHuan/01/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/1.txt -------------------------------------------------------------------------------- /data/QiHuan/01/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/2.txt -------------------------------------------------------------------------------- /data/QiHuan/01/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/3.txt -------------------------------------------------------------------------------- /data/QiHuan/01/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/4.txt -------------------------------------------------------------------------------- /data/QiHuan/01/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/5.txt -------------------------------------------------------------------------------- /data/QiHuan/01/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/6.txt -------------------------------------------------------------------------------- /data/QiHuan/01/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/01/7.txt -------------------------------------------------------------------------------- /data/QiHuan/02/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/1.txt -------------------------------------------------------------------------------- /data/QiHuan/02/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/2.txt -------------------------------------------------------------------------------- /data/QiHuan/02/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/3.txt -------------------------------------------------------------------------------- /data/QiHuan/02/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/4.txt -------------------------------------------------------------------------------- /data/QiHuan/02/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/5.txt -------------------------------------------------------------------------------- /data/QiHuan/02/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/6.txt -------------------------------------------------------------------------------- /data/QiHuan/02/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/02/7.txt -------------------------------------------------------------------------------- /data/QiHuan/03/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/1.txt -------------------------------------------------------------------------------- /data/QiHuan/03/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/2.txt -------------------------------------------------------------------------------- /data/QiHuan/03/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/3.txt -------------------------------------------------------------------------------- /data/QiHuan/03/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/4.txt -------------------------------------------------------------------------------- /data/QiHuan/03/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/5.txt -------------------------------------------------------------------------------- /data/QiHuan/03/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/6.txt -------------------------------------------------------------------------------- /data/QiHuan/03/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QiHuan/03/7.txt -------------------------------------------------------------------------------- /data/QinHao/01/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/1.txt -------------------------------------------------------------------------------- /data/QinHao/01/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/2.txt -------------------------------------------------------------------------------- /data/QinHao/01/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/3.txt -------------------------------------------------------------------------------- /data/QinHao/01/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/4.txt -------------------------------------------------------------------------------- /data/QinHao/01/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/5.txt -------------------------------------------------------------------------------- /data/QinHao/01/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/6.txt -------------------------------------------------------------------------------- /data/QinHao/01/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/01/7.txt -------------------------------------------------------------------------------- /data/QinHao/02/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/1.txt -------------------------------------------------------------------------------- /data/QinHao/02/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/2.txt -------------------------------------------------------------------------------- /data/QinHao/02/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/3.txt -------------------------------------------------------------------------------- /data/QinHao/02/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/4.txt -------------------------------------------------------------------------------- /data/QinHao/02/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/5.txt -------------------------------------------------------------------------------- /data/QinHao/02/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/6.txt -------------------------------------------------------------------------------- /data/QinHao/02/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/QinHao/02/7.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/1.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/2.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/3.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/4.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/5.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/6.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/01/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/01/7.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/1.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/2.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/3.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/4.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/5.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/6.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/02/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/02/7.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/1.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/2.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/3.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/4.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/5.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/6.txt -------------------------------------------------------------------------------- /data/WeiXiaotong/03/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/WeiXiaotong/03/7.txt -------------------------------------------------------------------------------- /data/YuHailong/01/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/1.txt -------------------------------------------------------------------------------- /data/YuHailong/01/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/2.txt -------------------------------------------------------------------------------- /data/YuHailong/01/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/3.txt -------------------------------------------------------------------------------- /data/YuHailong/01/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/4.txt -------------------------------------------------------------------------------- /data/YuHailong/01/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/5.txt -------------------------------------------------------------------------------- /data/YuHailong/01/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/6.txt -------------------------------------------------------------------------------- /data/YuHailong/01/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/01/7.txt -------------------------------------------------------------------------------- /data/YuHailong/02/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/1.txt -------------------------------------------------------------------------------- /data/YuHailong/02/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/2.txt -------------------------------------------------------------------------------- /data/YuHailong/02/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/3.txt -------------------------------------------------------------------------------- /data/YuHailong/02/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/4.txt -------------------------------------------------------------------------------- /data/YuHailong/02/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/5.txt -------------------------------------------------------------------------------- /data/YuHailong/02/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/6.txt -------------------------------------------------------------------------------- /data/YuHailong/02/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/02/7.txt -------------------------------------------------------------------------------- /data/YuHailong/03/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/1.txt -------------------------------------------------------------------------------- /data/YuHailong/03/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/2.txt -------------------------------------------------------------------------------- /data/YuHailong/03/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/3.txt -------------------------------------------------------------------------------- /data/YuHailong/03/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/4.txt -------------------------------------------------------------------------------- /data/YuHailong/03/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/5.txt -------------------------------------------------------------------------------- /data/YuHailong/03/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/6.txt -------------------------------------------------------------------------------- /data/YuHailong/03/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/03/7.txt -------------------------------------------------------------------------------- /data/YuHailong/04/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/1.txt -------------------------------------------------------------------------------- /data/YuHailong/04/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/2.txt -------------------------------------------------------------------------------- /data/YuHailong/04/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/3.txt -------------------------------------------------------------------------------- /data/YuHailong/04/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/4.txt -------------------------------------------------------------------------------- /data/YuHailong/04/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/5.txt -------------------------------------------------------------------------------- /data/YuHailong/04/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/6.txt -------------------------------------------------------------------------------- /data/YuHailong/04/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/04/7.txt -------------------------------------------------------------------------------- /data/YuHailong/05/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/1.txt -------------------------------------------------------------------------------- /data/YuHailong/05/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/2.txt -------------------------------------------------------------------------------- /data/YuHailong/05/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/3.txt -------------------------------------------------------------------------------- /data/YuHailong/05/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/4.txt -------------------------------------------------------------------------------- /data/YuHailong/05/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/5.txt -------------------------------------------------------------------------------- /data/YuHailong/05/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/6.txt -------------------------------------------------------------------------------- /data/YuHailong/05/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/data/YuHailong/05/7.txt -------------------------------------------------------------------------------- /data/data.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /figure/P60325-100813.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100813.jpg -------------------------------------------------------------------------------- /figure/P60325-100824.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100824.jpg -------------------------------------------------------------------------------- /figure/P60325-100907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100907.jpg -------------------------------------------------------------------------------- /figure/P60325-100916.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100916.jpg -------------------------------------------------------------------------------- /figure/P60325-100934.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100934.jpg -------------------------------------------------------------------------------- /figure/P60325-100949.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-100949.jpg -------------------------------------------------------------------------------- /figure/P60325-101005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/figure/P60325-101005.jpg -------------------------------------------------------------------------------- /figure/figure.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ges_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/ges_rec.py -------------------------------------------------------------------------------- /myo/Var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/Var.py -------------------------------------------------------------------------------- /myo/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__init__.py -------------------------------------------------------------------------------- /myo/__pycache__/__init__.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/__init__.cpython-35.pyc -------------------------------------------------------------------------------- /myo/__pycache__/enum.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/enum.cpython-35.pyc -------------------------------------------------------------------------------- /myo/__pycache__/lowlevel.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/lowlevel.cpython-35.pyc -------------------------------------------------------------------------------- /myo/__pycache__/platform.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/platform.cpython-35.pyc -------------------------------------------------------------------------------- /myo/__pycache__/six.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/six.cpython-35.pyc -------------------------------------------------------------------------------- /myo/__pycache__/tools.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/__pycache__/tools.cpython-35.pyc -------------------------------------------------------------------------------- /myo/enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/enum.py -------------------------------------------------------------------------------- /myo/lowlevel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/lowlevel.py -------------------------------------------------------------------------------- /myo/platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/platform.py -------------------------------------------------------------------------------- /myo/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /myo/six.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/six.py -------------------------------------------------------------------------------- /myo/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo/tools.py -------------------------------------------------------------------------------- /myo32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo32.dll -------------------------------------------------------------------------------- /myo64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GanKunlu/Gesture-recognition-using-Myo-in-Tensorflow-/HEAD/myo64.dll --------------------------------------------------------------------------------