From 367d7244d37f4e48ce1760b319c0fe141ab58711 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Sun, 11 Jun 2023 15:21:06 +0300 Subject: [PATCH] Update Double Take link to point to the maintained fork by skrashevich with improved features and fixed errors (#6746) --- docs/docs/integrations/third_party_extensions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/third_party_extensions.md b/docs/docs/integrations/third_party_extensions.md index 6c708d27d..30d3cad15 100644 --- a/docs/docs/integrations/third_party_extensions.md +++ b/docs/docs/integrations/third_party_extensions.md @@ -13,7 +13,8 @@ Please use your own knowledge to assess and vet them before you install anything ::: -## [Double Take](https://github.com/jakowenko/double-take) +## [Double Take](https://github.com/skrashevich/double-take) -[Double Take](https://github.com/jakowenko/double-take) provides an unified UI and API for processing and training images for facial recognition. +[Double Take](https://github.com/skrashevich/double-take) provides an unified UI and API for processing and training images for facial recognition. It supports automatically setting the sub labels in Frigate for person objects that are detected and recognized. +This is a fork (with fixed errors and new features) of [original Double Take](https://github.com/jakowenko/double-take) project which, unfortunately, isn't being maintained by author.