gitextract_lz9578_u/ ├── DEVELOPMENT.md ├── LICENSE.md ├── README.md ├── depth-camera.js ├── depth-to-color-sync-render.js ├── depthdemo.html ├── gesture/ │ ├── depth_and_segments.js │ ├── index.html │ └── indexaframe.html ├── index.html ├── libs/ │ ├── aframe/ │ │ ├── LICENSE.txt │ │ └── aframe-v0.7.1.js │ ├── ammo.js/ │ │ ├── LICENSE │ │ └── ammo.js │ ├── gl-matrix.js │ └── picogl.js/ │ ├── picogl.js │ └── utils.js ├── nn/ │ └── using-deeplab/ │ ├── README.md │ ├── argmax257_2/ │ │ ├── LICENSE │ │ ├── group1-shard1of2 │ │ ├── group1-shard2of2 │ │ ├── tensorflowjs_model.pb │ │ └── weights_manifest.json │ ├── index.html │ └── tfjs/ │ ├── LICENSE │ └── tf-core.js ├── tools/ │ └── generate_concentric_circles_indices.js └── typing_in_the_air/ ├── doc/ │ └── tutorial.html ├── front_capture_typing.html └── front_capture_typing.js