Ahm-ed commited on
Commit
29bd433
·
1 Parent(s): da80e4f

Update App.py

Browse files
Files changed (1) hide show
  1. App.py +1 -1
App.py CHANGED
@@ -25,7 +25,7 @@ dice_loss = sm.losses.DiceLoss(class_weights = weights)
25
  focal_loss = sm.losses.CategoricalFocalLoss()
26
  total_loss = dice_loss + (1 * focal_loss)
27
 
28
- satellite_model = load_model('Model/satellite_segmentation_full.h5', custom_objects=({'dice_loss_plus_1focal_loss': total_loss, 'jaccard_coef': jaccard_coef}))
29
 
30
 
31
  def process_input_image(image_source):
 
25
  focal_loss = sm.losses.CategoricalFocalLoss()
26
  total_loss = dice_loss + (1 * focal_loss)
27
 
28
+ satellite_model = load_model('Model_weights/satellite_segmentation_full.h5', custom_objects=({'dice_loss_plus_1focal_loss': total_loss, 'jaccard_coef': jaccard_coef}))
29
 
30
 
31
  def process_input_image(image_source):