Skip to content

Commit

Permalink
update NDWI models to include global_segformer_NDWI_4class_14172182 a…
Browse files Browse the repository at this point in the history
…nd AK_segformer_NDWI_4class_14183210
  • Loading branch information
2320sharon committed Nov 18, 2024
1 parent 24a6d69 commit 0fce216
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/coastseg/models_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ def __init__(self):
"segformer_MNDWI_4class_8213443",
]
self.NDWI_models = [
"segformer_NDWI_4class_8213427",
"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 0fce216

Please sign in to comment.