From 383984d9388be05bb3201bc42b2225c563d02ddb Mon Sep 17 00:00:00 2001 From: Glydric Date: Thu, 1 Feb 2024 17:50:28 +0100 Subject: [PATCH] minor MSE changes --- ImageRecognition/src/ObjectDetectionYOLO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageRecognition/src/ObjectDetectionYOLO.py b/ImageRecognition/src/ObjectDetectionYOLO.py index a17b8cb..296ab19 100644 --- a/ImageRecognition/src/ObjectDetectionYOLO.py +++ b/ImageRecognition/src/ObjectDetectionYOLO.py @@ -10,7 +10,7 @@ model = YOLO("yolo-Wheights/yolov8n.pt") url = "https://localhost:8080" -MSE_VALUE = 105.80 +MSE_VALUE = 105.57 last_sent_image = [] frame_rate = 3