Abijith commited on
Commit
fdc863a
1 Parent(s): ae4c6a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.4
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):