amosfang commited on
Commit
77bd365
1 Parent(s): d4eddef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -195,9 +195,8 @@ description= '''
195
  role in urban planning and climate change research. Deep learning, particularly the U-Net model,
196
  automates land cover classification and facilitates monitoring of seagrass habitats in the Mediterranean Sea.
197
  Our project, using the DeepGlobe Land Cover Classification Challenge 2018 dataset, trained four models
198
- (basic U-Net, VGG16 U-Net, Resnet50 U-Net, and Efficient Net U-Net) and
199
- achieved a validation accuracy of approximately 75% and a dice score of about 0.6 through an ensemble
200
- approach on 803 images with segmentation masks (80/20 split).
201
  '''
202
 
203
  # Create the train dataset interface
 
195
  role in urban planning and climate change research. Deep learning, particularly the U-Net model,
196
  automates land cover classification and facilitates monitoring of seagrass habitats in the Mediterranean Sea.
197
  Our project, using the DeepGlobe Land Cover Classification Challenge 2018 dataset, trained four models
198
+ (basic U-Net, VGG16 U-Net and Resnet50 U-Net) and achieved a validation accuracy of approximately 75%
199
+ and a dice score of about 0.6 through an ensemble approach on 803 images with segmentation masks (80/20 split).
 
200
  '''
201
 
202
  # Create the train dataset interface