Skip to content

Commit

Permalink
feat: add func to execution object detection locally
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 committed Jul 6, 2024
1 parent 23dac0b commit c2cbb42
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 65 deletions.
2 changes: 2 additions & 0 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
label: "label1" # Label of the video
model_key: "yolov8x" # 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"
line_token: "token2"
run_local: True
Loading

0 comments on commit c2cbb42

Please sign in to comment.