ishworrsubedii commited on
Commit
4a066d9
·
verified ·
1 Parent(s): b39a290

threshold update

Browse files
Files changed (1) hide show
  1. demos/single_image_inference.py +1 -1
demos/single_image_inference.py CHANGED
@@ -13,7 +13,7 @@ def single_image_inference(image_path):
13
  )
14
  results = detection_service.image_det_save(
15
  image_path=image_path,
16
- thresh=0.2
17
  )
18
  for result in results:
19
  original_image = result.orig_img
 
13
  )
14
  results = detection_service.image_det_save(
15
  image_path=image_path,
16
+ thresh=0.5
17
  )
18
  for result in results:
19
  original_image = result.orig_img