yifehuang97 commited on
Commit
fca4a13
·
1 Parent(s): 37677e6

(feat) adjust the hyper-para

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ def count_objects(image, pos_caption, neg_caption, box_threshold, point_radius,
282
  pos_queries,
283
  neg_queries,
284
  image_size=img_size,
285
- pixel_threshold=15,
286
  similarity_threshold=0.3,
287
  )
288
 
 
282
  pos_queries,
283
  neg_queries,
284
  image_size=img_size,
285
+ pixel_threshold=5,
286
  similarity_threshold=0.3,
287
  )
288