Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yihong1120/Construction-Hazard-Dete…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
yihong1120 committed Jun 9, 2024
2 parents b2f0abd + 17372a6 commit b5a275d
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 b5a275d

Please sign in to comment.