From e69df3543579c6489e3745ca149ce865decb4030 Mon Sep 17 00:00:00 2001 From: matiasdelellis Date: Mon, 13 Apr 2020 18:39:48 -0300 Subject: [PATCH] Explain why the fork --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06fe163..c4f20e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. See http://dlib.net for the main project documentation and API reference. +## Note +This is a fork of the [original pdlib extension](https://github.com/goodspb/pdlib), which we will use temporarily for the Nextcloud [FaceRecognition](https://github.com/matiasdelellis/facerecognition) application while the original author is not responding. + ## Installation Read [Installation](https://github.com/matiasdelellis/pdlib/wiki/Installation) documentation on the wiki for details.