diff --git a/README-zh-tw.md b/README-zh-tw.md
index e5cc969..60ae92f 100644
--- a/README-zh-tw.md
+++ b/README-zh-tw.md
@@ -1,18 +1,29 @@
🇬🇧 [English](./README.md) | 🇹🇼 [繁體中文](./README-zh-tw.md)
-
-
-
+
+
+
@@ -28,13 +39,13 @@
- video_url: "rtsp://example1.com/stream" # URL of the video
image_name: "cam1" # Name of the image
label: "label1" # Label of the video
- model_key: "yolov8x" # Model key for the video
+ model_key: "yolov8n" # Model key for the video
line_token: "token1" # Line token for notification
run_local: True # Run objection detection locally
- video_url: "rtsp://example2.com/stream"
image_name: "cam2"
label: "label2"
- model_key: "yolov8x"
+ model_key: "yolov8n"
line_token: "token2"
run_local: True
```
diff --git a/README.md b/README.md
index 46785df..9a84c2d 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
-
-
+
+
@@ -34,13 +45,13 @@ Before running the application, you need to configure the system by specifying t
- video_url: "rtsp://example1.com/stream" # URL of the video
image_name: "cam1" # Name of the image
label: "label1" # Label of the video
- model_key: "yolov8x" # Model key for the video
+ model_key: "yolov8n" # Model key for the video
line_token: "token1" # Line token for notification
run_local: True # Run objection detection locally
- video_url: "rtsp://example2.com/stream"
image_name: "cam2"
label: "label2"
- model_key: "yolov8x"
+ model_key: "yolov8n"
line_token: "token2"
run_local: True
```
diff --git a/config/configuration.yaml b/config/configuration.yaml
index 472ef90..ae44d0e 100644
--- a/config/configuration.yaml
+++ b/config/configuration.yaml
@@ -2,12 +2,12 @@
- video_url: "rtsp://example1.com/stream" # URL of the video
image_name: "cam1" # Name of the image
label: "label1" # Label of the video
- model_key: "yolov8x" # Model key for the video
+ model_key: "yolov8n" # Model key for the video
line_token: "token1" # Line token for notification
run_local: True # Run objection detection locally
- video_url: "rtsp://example2.com/stream"
image_name: "cam2"
label: "label2"
- model_key: "yolov8x"
+ model_key: "yolov8n"
line_token: "token2"
run_local: True