├── Data Play.ipynb ├── README.md ├── data ├── arm-trained-nn.h5 ├── dab-tpose-other.h5 ├── dabs.csv ├── dabs.npy ├── more-dabs.npy ├── more-other.npy ├── more-tposes.npy ├── other.csv ├── other.npy ├── test-dabs.npy ├── tposes.csv └── tposes.npy ├── images ├── dab-tpose.gif ├── dab-tpose.png └── neural1.png └── src ├── 01_body_from_image.py ├── dab-tpose-controller.py ├── run_webcam.py └── trigger-lights.py /Data Play.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/Data Play.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/README.md -------------------------------------------------------------------------------- /data/arm-trained-nn.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/arm-trained-nn.h5 -------------------------------------------------------------------------------- /data/dab-tpose-other.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/dab-tpose-other.h5 -------------------------------------------------------------------------------- /data/dabs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/dabs.csv -------------------------------------------------------------------------------- /data/dabs.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/dabs.npy -------------------------------------------------------------------------------- /data/more-dabs.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/more-dabs.npy -------------------------------------------------------------------------------- /data/more-other.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/more-other.npy -------------------------------------------------------------------------------- /data/more-tposes.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/more-tposes.npy -------------------------------------------------------------------------------- /data/other.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/other.csv -------------------------------------------------------------------------------- /data/other.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/other.npy -------------------------------------------------------------------------------- /data/test-dabs.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/test-dabs.npy -------------------------------------------------------------------------------- /data/tposes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/tposes.csv -------------------------------------------------------------------------------- /data/tposes.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/data/tposes.npy -------------------------------------------------------------------------------- /images/dab-tpose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/images/dab-tpose.gif -------------------------------------------------------------------------------- /images/dab-tpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/images/dab-tpose.png -------------------------------------------------------------------------------- /images/neural1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/images/neural1.png -------------------------------------------------------------------------------- /src/01_body_from_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/src/01_body_from_image.py -------------------------------------------------------------------------------- /src/dab-tpose-controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/src/dab-tpose-controller.py -------------------------------------------------------------------------------- /src/run_webcam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/src/run_webcam.py -------------------------------------------------------------------------------- /src/trigger-lights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burningion/dab-and-tpose-controlled-lights/HEAD/src/trigger-lights.py --------------------------------------------------------------------------------