From: Adrian Iain Lam Date: Sat, 29 May 2021 17:40:29 +0000 (+0100) Subject: Remove my OSF fork from README (merged upstream) X-Git-Url: https://adrianiainlam.tk/git/?p=facial-landmarks-for-cubism.git;a=commitdiff_plain;h=1dccd527cba14ed6276cb4c785b41db591a33a0b Remove my OSF fork from README (merged upstream) --- diff --git a/README.md b/README.md index c912c7d..bef8997 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,9 @@ if you don't have C++17 support. ## Build instructions -1. Download OpenSeeFace from , +1. Clone OpenSeeFace from , 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: . - 2. Install dependencies. You will require a recent C/C++ compiler, `make`, `patch`, and CMake >= 3.16. To compile the example @@ -97,8 +93,6 @@ To build the example program: ./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.