Spaces:
Runtime error
Runtime error
dur no
Browse files
app.py
CHANGED
@@ -145,10 +145,10 @@ with block:
|
|
145 |
\n The COCO dataset contains 80 classes of objects such as person, car, bicycle, etc. See https://docs.ultralytics.com/datasets/detect/coco/ for all available classes. The tracking method uses the COCO classes to detect and track the objects in the video frames. The tracked objects are represented as bounding boxes with labels indicating the class of the object.""")
|
146 |
|
147 |
# From file
|
148 |
-
submit_detect_file.click(fn=track_blocks,
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
|
153 |
|
154 |
submit_detect_web.click(fn=show_tracking,
|
|
|
145 |
\n The COCO dataset contains 80 classes of objects such as person, car, bicycle, etc. See https://docs.ultralytics.com/datasets/detect/coco/ for all available classes. The tracking method uses the COCO classes to detect and track the objects in the video frames. The tracked objects are represented as bounding boxes with labels indicating the class of the object.""")
|
146 |
|
147 |
# From file
|
148 |
+
#submit_detect_file.click(fn=track_blocks,
|
149 |
+
# inputs= video_input,
|
150 |
+
# outputs = video_output4,
|
151 |
+
# queue=True)
|
152 |
|
153 |
|
154 |
submit_detect_web.click(fn=show_tracking,
|