Spaces:
Sleeping
Sleeping
Commit
·
fca4a13
1
Parent(s):
37677e6
(feat) adjust the hyper-para
Browse files
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=
|
| 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 |
|