From 17372a6998567bdcb7546392b9234ba9f353c116 Mon Sep 17 00:00:00 2001 From: YiHungWONG <40423264+yihong1120@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:31:50 +0800 Subject: [PATCH] Update configuration.yaml --- config/configuration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/configuration.yaml b/config/configuration.yaml index 397d4aa..99aa1d3 100644 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -1,11 +1,11 @@ # This is a list of video configurations - video_url: "rtsp://example1.com/stream" # URL of the video - image_name: "cam1.png" # Name of the image + image_name: "cam1" # Name of the image label: "label1" # Label of the video model_key: "yolov8x" # Model key for the video line_token: "token1" # Line token for notification - video_url: "rtsp://example2.com/stream" - image_name: "cam2.png" + image_name: "cam2" label: "label2" model_key: "yolov8x" - line_token: "token2" \ No newline at end of file + line_token: "token2"