From 76be36be8f75dedee8b22f8f721df2e5d2653a97 Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:03:29 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5ae16d8..20a6a4b 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,19 @@ This node Swaps, Enhances, and Restores faces from, video, and image. or higher - `pingpong`: Causes the input to be played back in reverse to create a clean loop. - `save_output`: Saving the output on output folder. +**Face Detector Model Summary Table** (RetinaFace provides higher quality by incorporating contextual information around the face, which helps in detecting faces under various conditions, such as occlusions, different scales, and poses. + +| Feature | YOLOFace | RetinaFace | SCRFD | YuNet | +|-----------------------------|--------------------------------|------------------------------|---------------------------------|---------------------------------| +| **Architecture** | Single-shot YOLO | Single-stage RetinaNet | Single-stage Cascade | Lightweight Custom | +| **Speed** | Very Fast | Moderate | Fast | Very Fast | +| **Accuracy** | Good | Very High | High | Good | +| **Robustness** | Moderate | Very High | High | Moderate | +| **Computational Efficiency**| High | Moderate | High | Very High | +| **Use Cases** | Real-time, less complex scenes | High-precision, robust needs | Balanced, mobile/edge devices | Mobile, embedded, real-time | +| **Pros** | Speed | Accuracy, robustness | Efficiency, accuracy | Lightweight, efficient | +| **Cons** | Accuracy trade-offs | Computationally heavy | Not the fastest | Less robust in complex scenes | + ---- ### DeepFuze_TTS Node (Voice Cloning) 🎙️