Fatih commited on
Commit
5e3a4fb
·
1 Parent(s): 9e174cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def get_model():
45
  detection_model = sahi.model.MmdetDetectionModel(
46
  model_path=model_path,
47
  config_path=config_path,
48
- confidence_threshold=0.4,
49
  device="cpu",
50
  )
51
  return detection_model
 
45
  detection_model = sahi.model.MmdetDetectionModel(
46
  model_path=model_path,
47
  config_path=config_path,
48
+ confidence_threshold=0.5,
49
  device="cpu",
50
  )
51
  return detection_model