Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ cache_data = None
|
|
22 |
|
23 |
# Prompts to segment damaged area and car
|
24 |
prompts = ['damaged', 'car']
|
25 |
-
damage_threshold = 0.
|
26 |
vehicle_threshold = 0.5
|
27 |
|
28 |
def bbox_normalization(bbox, width, height):
|
|
|
22 |
|
23 |
# Prompts to segment damaged area and car
|
24 |
prompts = ['damaged', 'car']
|
25 |
+
damage_threshold = 0.3
|
26 |
vehicle_threshold = 0.5
|
27 |
|
28 |
def bbox_normalization(bbox, width, height):
|