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