Spaces:
Running
on
Zero
Running
on
Zero
Update object_description_generator.py
Browse files
object_description_generator.py
CHANGED
@@ -20,7 +20,7 @@ class ObjectDescriptionGenerator:
|
|
20 |
min_prominence_score: float = 0.1,
|
21 |
max_categories_to_return: int = 5,
|
22 |
max_total_objects: int = 7,
|
23 |
-
confidence_threshold_for_description: float = 0.
|
24 |
region_analyzer: Optional[Any] = None):
|
25 |
"""
|
26 |
初始化物件描述生成器
|
|
|
20 |
min_prominence_score: float = 0.1,
|
21 |
max_categories_to_return: int = 5,
|
22 |
max_total_objects: int = 7,
|
23 |
+
confidence_threshold_for_description: float = 0.2,
|
24 |
region_analyzer: Optional[Any] = None):
|
25 |
"""
|
26 |
初始化物件描述生成器
|