Spaces:
Runtime error
Runtime error
Update App.py
Browse files
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('
|
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):
|