Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ CLIENT = InferenceHTTPClient(
|
|
17 |
)
|
18 |
|
19 |
MODEL_ID = "hvacsym/5"
|
20 |
-
CONFIDENCE_THRESHOLD = 0.
|
21 |
GRID_SIZE = (3, 3) # β
3x3 segmentation
|
22 |
|
23 |
def format_counts_as_table(counts, pass_num):
|
|
|
17 |
)
|
18 |
|
19 |
MODEL_ID = "hvacsym/5"
|
20 |
+
CONFIDENCE_THRESHOLD = 0.2 # β
Confidence threshold for filtering predictions
|
21 |
GRID_SIZE = (3, 3) # β
3x3 segmentation
|
22 |
|
23 |
def format_counts_as_table(counts, pass_num):
|