From 1dccd527cba14ed6276cb4c785b41db591a33a0b Mon Sep 17 00:00:00 2001 From: Adrian Iain Lam Date: Sat, 29 May 2021 18:40:29 +0100 Subject: [PATCH] Remove my OSF fork from README (merged upstream) --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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. -- 2.7.4