├── 001_empty
├── index.html
└── sketch.js
├── 002_points
├── index.html
└── sketch.js
├── 003_message
├── index.html
└── sketch.js
├── 004_sounds
├── index.html
├── sketch.js
└── sz.wav
├── 005_mask
├── index.html
├── mask.png
└── sketch.js
├── 006_elements
├── eye.png
├── index.html
├── mouth.png
├── nose.png
└── sketch.js
├── 007_scene
├── index.html
├── orccatgif.gif
└── sketch.js
├── 008_emotion
├── index.html
└── sketch.js
├── 009_pose-basic
├── index.html
└── sketch.js
├── 010_pose-scene
├── data
│ └── airplanes
│ │ ├── 000.png
│ │ ├── 001.png
│ │ ├── 002.png
│ │ ├── 003.png
│ │ ├── 004.png
│ │ ├── 005.png
│ │ ├── 006.png
│ │ ├── 007.png
│ │ ├── 008.png
│ │ └── 009.png
├── index.html
└── sketch.js
├── README.md
└── libs
├── clmtrackr.js
├── emotion_classifier.js
├── emotionmodel.js
├── ml5.min.js
├── model_pca_20_svm.js
├── p5.dom.js
├── p5.gif.js
├── p5.js
├── p5.sound.js
├── toxiclibs.min.js
└── workshop-utils.js
/001_empty/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/001_empty/index.html
--------------------------------------------------------------------------------
/001_empty/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/001_empty/sketch.js
--------------------------------------------------------------------------------
/002_points/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/002_points/index.html
--------------------------------------------------------------------------------
/002_points/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/002_points/sketch.js
--------------------------------------------------------------------------------
/003_message/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/003_message/index.html
--------------------------------------------------------------------------------
/003_message/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/003_message/sketch.js
--------------------------------------------------------------------------------
/004_sounds/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/004_sounds/index.html
--------------------------------------------------------------------------------
/004_sounds/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/004_sounds/sketch.js
--------------------------------------------------------------------------------
/004_sounds/sz.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/004_sounds/sz.wav
--------------------------------------------------------------------------------
/005_mask/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/005_mask/index.html
--------------------------------------------------------------------------------
/005_mask/mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/005_mask/mask.png
--------------------------------------------------------------------------------
/005_mask/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/005_mask/sketch.js
--------------------------------------------------------------------------------
/006_elements/eye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/006_elements/eye.png
--------------------------------------------------------------------------------
/006_elements/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/006_elements/index.html
--------------------------------------------------------------------------------
/006_elements/mouth.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/006_elements/mouth.png
--------------------------------------------------------------------------------
/006_elements/nose.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/006_elements/nose.png
--------------------------------------------------------------------------------
/006_elements/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/006_elements/sketch.js
--------------------------------------------------------------------------------
/007_scene/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/007_scene/index.html
--------------------------------------------------------------------------------
/007_scene/orccatgif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/007_scene/orccatgif.gif
--------------------------------------------------------------------------------
/007_scene/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/007_scene/sketch.js
--------------------------------------------------------------------------------
/008_emotion/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/008_emotion/index.html
--------------------------------------------------------------------------------
/008_emotion/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/008_emotion/sketch.js
--------------------------------------------------------------------------------
/009_pose-basic/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/009_pose-basic/index.html
--------------------------------------------------------------------------------
/009_pose-basic/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/009_pose-basic/sketch.js
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/000.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/001.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/002.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/002.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/003.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/003.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/004.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/004.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/005.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/005.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/006.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/006.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/007.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/007.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/008.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/008.png
--------------------------------------------------------------------------------
/010_pose-scene/data/airplanes/009.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/data/airplanes/009.png
--------------------------------------------------------------------------------
/010_pose-scene/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/index.html
--------------------------------------------------------------------------------
/010_pose-scene/sketch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/010_pose-scene/sketch.js
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/README.md
--------------------------------------------------------------------------------
/libs/clmtrackr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/clmtrackr.js
--------------------------------------------------------------------------------
/libs/emotion_classifier.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/emotion_classifier.js
--------------------------------------------------------------------------------
/libs/emotionmodel.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/emotionmodel.js
--------------------------------------------------------------------------------
/libs/ml5.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/ml5.min.js
--------------------------------------------------------------------------------
/libs/model_pca_20_svm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/model_pca_20_svm.js
--------------------------------------------------------------------------------
/libs/p5.dom.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/p5.dom.js
--------------------------------------------------------------------------------
/libs/p5.gif.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/p5.gif.js
--------------------------------------------------------------------------------
/libs/p5.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/p5.js
--------------------------------------------------------------------------------
/libs/p5.sound.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/p5.sound.js
--------------------------------------------------------------------------------
/libs/toxiclibs.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/toxiclibs.min.js
--------------------------------------------------------------------------------
/libs/workshop-utils.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stc/face-tracking-p5js/HEAD/libs/workshop-utils.js
--------------------------------------------------------------------------------