Update app.py
Browse files
app.py
CHANGED
@@ -191,12 +191,15 @@ train_images = get_sample_images(TRAIN_FOLDER)
|
|
191 |
test_images = get_sample_images(TEST_FOLDER)
|
192 |
|
193 |
description= '''
|
194 |
-
|
195 |
-
role in urban planning and climate change research.
|
196 |
-
|
|
|
|
|
197 |
Our project, using the DeepGlobe Land Cover Classification Challenge 2018 dataset, trained four models
|
198 |
-
(basic U-Net, VGG16 U-Net and
|
199 |
-
and a dice score of about 0.6 through an ensemble approach on 803 images with
|
|
|
200 |
'''
|
201 |
|
202 |
# Create the train dataset interface
|
|
|
191 |
test_images = get_sample_images(TEST_FOLDER)
|
192 |
|
193 |
description= '''
|
194 |
+
Computer vision deep learning, powered by GPU advancements, plays a potentially
|
195 |
+
key role in urban planning and climate change research. The U-Net model architecture, that is
|
196 |
+
commonly used in semantic segmentation, can be applied to automated land cover classification and
|
197 |
+
seagrass habitat monitoring.
|
198 |
+
|
199 |
Our project, using the DeepGlobe Land Cover Classification Challenge 2018 dataset, trained four models
|
200 |
+
(basic U-Net, VGG16 U-Net, Resnet50 U-Net, and Efficient Net U-Net) and achieved a validation accuracy of
|
201 |
+
approximately 75\% and a dice score of about 0.6 through an ensemble approach on 803 images with
|
202 |
+
segmentation masks (80/20 split).
|
203 |
'''
|
204 |
|
205 |
# Create the train dataset interface
|