From 7372c203b9ff42fc3248ef99439350a390b65467 Mon Sep 17 00:00:00 2001 From: Marvin Date: Thu, 24 Sep 2026 06:01:09 +0200 Subject: [PATCH] changed text --- website/src/Object_Detection.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/src/Object_Detection.jsx b/website/src/Object_Detection.jsx index 63c6761..06e1cc8 100644 --- a/website/src/Object_Detection.jsx +++ b/website/src/Object_Detection.jsx @@ -3,9 +3,6 @@ import { useRef, useEffect, useState } from 'react' const FRAME_QUALITY = 0.7; -// How many frames per second are sent to the API. The server drops frames -// arriving faster than ~2.1/s (FACE_MAX_FPS in server.py), so values -// above that have no effect unless the server limit is raised too. const FRAMES_PER_SECOND = 5; function Object_Detection() { @@ -183,7 +180,7 @@ function Object_Detection() {

Face Detection

- The model's performance has been limited to 2 FPS due to low-end server hardware constraints. + The model's performance has been limited to 5 FPS due to low-end server hardware constraints.

The webcam video is transmitted to a server for processing. The server does not store, train on, or use the data for any purpose other than face detection.