xmrt commited on
Commit
f8c921c
β€’
1 Parent(s): 0f53572
Files changed (1) hide show
  1. app.py +4 -4
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
- inputs= video_input,
150
- outputs = video_output4,
151
- queue=True)
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,