gitextract_7s40atd3/ ├── 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 └── src/ ├── 01_body_from_image.py ├── dab-tpose-controller.py ├── run_webcam.py └── trigger-lights.py