Skip to content

Commit

Permalink
Small style changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Jan 3, 2016
1 parent 1a84682 commit b0c6a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b0c6a7a

Please sign in to comment.