From b0c6a7ae22410e2e9313386d2ad323d5a2f49f2a Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Sun, 3 Jan 2016 17:31:16 +0000 Subject: [PATCH] Small style changes to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b45773..c2404e6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ [webpage]: http://www.4dface.org This is a demo app showing face tracking and 3D Morphable Model fitting on live webcams and videos. It builds upon the 3D face model library [eos](https://github.com/patrikhuber/eos) and the landmark detection and optimisation library [superviseddescent](https://github.com/patrikhuber/superviseddescent). + (_caveat: due to recent additions, "real time" at the moment means around 5 fps._) -## How to +## Build & run 1. Clone with submodules: `git clone --recursive git://github.com/patrikhuber/4dface.git`, or, if you've already cloned it, get the submodules with `git submodule update --init --recursive` inside the `4dface` directory.