Aumkeshchy2003 commited on
Commit
c5ecced
·
verified ·
1 Parent(s): 9b2d010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ else:
22
  torch.save(model.state_dict(), model_path)
23
 
24
  # Model configurations
25
- model.conf = 0.3
26
- model.iou = 0.3
27
  model.classes = None
28
 
29
  if device.type == "cuda":
 
22
  torch.save(model.state_dict(), model_path)
23
 
24
  # Model configurations
25
+ model.conf = 0.6
26
+ model.iou = 0.6
27
  model.classes = None
28
 
29
  if device.type == "cuda":