Remove my OSF fork from README (merged upstream)
authorAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Sat, 29 May 2021 17:40:29 +0000 (18:40 +0100)
committerAdrian Iain Lam <adrianiainlam@users.noreply.github.com>
Sat, 29 May 2021 17:40:29 +0000 (18:40 +0100)
README.md

index c912c7d..bef8997 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,13 +43,9 @@ if you don't have C++17 support.
 
 ## 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
@@ -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.