Spaces:
Runtime error
Runtime error
Commit
·
070b3ef
1
Parent(s):
0cb2d2a
chore: new example
Browse files
app.py
CHANGED
|
@@ -7,8 +7,6 @@ from inference import inference
|
|
| 7 |
|
| 8 |
input_video = gr.Video(mirror_webcam=False)
|
| 9 |
|
| 10 |
-
cb_cache_output = gr.Checkbox(value=True, label="Use chache example result")
|
| 11 |
-
|
| 12 |
dd_model = gr.Dropdown(choices=["YOLOv7", "YOLOv7 Tiny"], value="YOLOv7", label="Model")
|
| 13 |
|
| 14 |
features = gr.CheckboxGroup(
|
|
@@ -28,7 +26,6 @@ slide_threshold = gr.Slider(minimum=0, maximum=1, value=0.25, label="Model confi
|
|
| 28 |
|
| 29 |
intput_components = [
|
| 30 |
input_video,
|
| 31 |
-
cb_cache_output,
|
| 32 |
dd_model,
|
| 33 |
features,
|
| 34 |
dd_track_points,
|
|
|
|
| 7 |
|
| 8 |
input_video = gr.Video(mirror_webcam=False)
|
| 9 |
|
|
|
|
|
|
|
| 10 |
dd_model = gr.Dropdown(choices=["YOLOv7", "YOLOv7 Tiny"], value="YOLOv7", label="Model")
|
| 11 |
|
| 12 |
features = gr.CheckboxGroup(
|
|
|
|
| 26 |
|
| 27 |
intput_components = [
|
| 28 |
input_video,
|
|
|
|
| 29 |
dd_model,
|
| 30 |
features,
|
| 31 |
dd_track_points,
|
examples/{norfair_demo.mp4 → oxford_town_center.mp4}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf2c78225cfeab47d76e13d398b04e76fa969a260537bfa30e1f9bce002fe01
|
| 3 |
+
size 3371231
|
outputs/soccer_YOLOv7_out.mp4 → examples/traffic_1_C.mp4
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdd8096f71a7c650410de01507655745eef1cb3dbbc2bc1536664a675cec6ebb
|
| 3 |
+
size 25907576
|