Skip to content

Commit

Permalink
Update configuration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 authored Jun 9, 2024
1 parent 486e8fa commit 17372a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
@@ -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"
line_token: "token2"

0 comments on commit 17372a6

Please sign in to comment.