Skip to content

Commit

Permalink
✅ [Add] Deploy test for YOLOv7
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed Jul 9, 2024
1 parent c5fcb3c commit 7cbff17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Run Inference
run: |
python yolo/lazy.py task=inference
python yolo/lazy.py task=inference model=v7
python yolo/lazy.py task=inference +quite=True
python yolo/lazy.py task=inference name=AnyNameYouWant
python yolo/lazy.py task=inference image_size=\[480,640]
Expand Down

0 comments on commit 7cbff17

Please sign in to comment.