✅ [Add] Deploy test for YOLOv7
Browse files
.github/workflows/deploy.yaml
CHANGED
@@ -60,6 +60,7 @@ jobs:
|
|
60 |
- name: Run Inference
|
61 |
run: |
|
62 |
python yolo/lazy.py task=inference
|
|
|
63 |
python yolo/lazy.py task=inference +quite=True
|
64 |
python yolo/lazy.py task=inference name=AnyNameYouWant
|
65 |
python yolo/lazy.py task=inference image_size=\[480,640]
|
|
|
60 |
- name: Run Inference
|
61 |
run: |
|
62 |
python yolo/lazy.py task=inference
|
63 |
+
python yolo/lazy.py task=inference model=v7
|
64 |
python yolo/lazy.py task=inference +quite=True
|
65 |
python yolo/lazy.py task=inference name=AnyNameYouWant
|
66 |
python yolo/lazy.py task=inference image_size=\[480,640]
|