asrcoddeploy commited on
Commit
a42d3cf
·
verified ·
1 Parent(s): d9db32e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_intelligence(frame, box, label):
22
  return dist_cat, direction
23
 
24
  def predict(img):
25
- results = model(img, conf=0.5)
26
  annotated_img = img.copy()
27
 
28
  status_reports = []
 
22
  return dist_cat, direction
23
 
24
  def predict(img):
25
+ results = model(img, conf=0.75)
26
  annotated_img = img.copy()
27
 
28
  status_reports = []