Skip to content

Commit

Permalink
add the latests MNDWI models to CoastSeg zoo
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Nov 22, 2024
1 parent 0fce216 commit 5ee2749
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/coastseg/models_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ def __init__(self):
"AK_segformer_RGB_4class_14037041", # AK segformer model
]
self.MNDWI_models = [
"segformer_MNDWI_4class_8213443",
"global_segformer_MNDWI_4class_14183366",
"AK_segformer_MNDWI_4class_14187478 ", # AK segformer model
]
self.NDWI_models = [
"NDWI": [
"global_segformer_NDWI_4class_14172182", # global segformer model
"AK_segformer_NDWI_4class_14183210", # AK segformer model
],
]
self.session_name = ""
self.shoreline_session_directory = ""
Expand Down

0 comments on commit 5ee2749

Please sign in to comment.