## Build instructions
-1. Download OpenSeeFace from <https://github.com/emilianavt/OpenSeeFace>,
+1. Clone OpenSeeFace from <https://github.com/emilianavt/OpenSeeFace>,
refer to its documentation and install its dependencies.
- Note: I have forked OSF and added a small feature (flipping the webcam
- feed horizontally like a mirror). If you want, you can clone my fork
- instead: <https://github.com/adrianiainlam/OpenSeeFace>.
-
2. Install dependencies.
You will require a recent C/C++ compiler, `make`, `patch`, and CMake >= 3.16. To compile the example
./python3 ./facetracker.py -v 4 --model 3 -M
- The `-M` option is currently available only on my OSF fork.
-
I tried models 3 and 4, and I think both work reasonably well.
Please feel free to explore other options provided by OSF.