-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f44413
commit c51bdad
Showing
3 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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 | ||
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" | ||
label: "label2" | ||
model_key: "yolov8x" | ||
line_token: "token2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters