Hakureirm commited on
Commit
728fdbc
·
verified ·
1 Parent(s): f179ef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def process_video(video_path, process_seconds=20, conf_threshold=0.2, max_det=8)
85
  vid_stride=1,
86
  max_det=max_det,
87
  retina_masks=True, # 更精细的显示
88
- verbose=False
89
  )
90
 
91
  # 处理结果
 
85
  vid_stride=1,
86
  max_det=max_det,
87
  retina_masks=True, # 更精细的显示
88
+ verbose=True
89
  )
90
 
91
  # 处理结果