Spaces:
Runtime error
Runtime error
Diego Fernandez
commited on
Commit
·
dfb84ad
1
Parent(s):
30935b4
chore: improve labels
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ input_video = gr.Video(mirror_webcam=False)
|
|
6 |
|
7 |
dd_model = gr.Dropdown(choices=["YoloV7"], value="YoloV7", label="Model")
|
8 |
|
9 |
-
cb_motion_estimation = gr.Checkbox(value=True, label="
|
10 |
|
11 |
-
cb_path_draw = gr.Checkbox(value=True, label="
|
12 |
|
13 |
dd_track_points = gr.Dropdown(
|
14 |
choices=["Boxes", "Centroid"], value="Boxes", label="Detections style"
|
|
|
6 |
|
7 |
dd_model = gr.Dropdown(choices=["YoloV7"], value="YoloV7", label="Model")
|
8 |
|
9 |
+
cb_motion_estimation = gr.Checkbox(value=True, label="Track camera movement")
|
10 |
|
11 |
+
cb_path_draw = gr.Checkbox(value=True, label="Draw objects paths")
|
12 |
|
13 |
dd_track_points = gr.Dropdown(
|
14 |
choices=["Boxes", "Centroid"], value="Boxes", label="Detections style"
|