sustaining_gazes/README.md

16 lines
383 B
Markdown
Raw Permalink Normal View History

2020-01-28 20:44:00 +01:00
This project is shockingly underdocumented.
2016-04-28 21:40:36 +02:00
2020-01-28 20:44:00 +01:00
Face detection & head pose estimation is done using OpenFace. This repo therefore a fork of theirs[^1]. See their [original README](README.OpenFace.md)
2016-07-30 22:17:45 +02:00
2016-04-28 21:40:36 +02:00
2020-01-28 20:44:00 +01:00
# Build after changes
2016-04-28 21:40:36 +02:00
2020-01-28 20:44:00 +01:00
cd build
make FaceLandmarkVidMulti
2017-12-29 09:01:51 +01:00
2020-01-28 20:44:00 +01:00
Then see python_scripts - heatmap.py
2017-12-29 09:01:51 +01:00
2016-04-28 21:40:36 +02:00
2016-04-28 21:49:53 +02:00
2020-01-28 20:44:00 +01:00
[^1]: This will need some refactoring to nicely put the openface repo as a submodule