Skip to content

Commit

Permalink
replace RGB models with new RGB models for AK and globe 11/4
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Nov 4, 2024
1 parent f49b976 commit e0bbace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coastseg/models_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def __init__(self):
}
# list of RGB and MNDWI models available
self.RGB_models = [
"segformer_RGB_4class_8190958",
"sat_RGB_4class_6950472",
"global_segformer_RGB_4class_14036903", # global segformer model
"AK_segformer_RGB_4class_14037041", # AK segformer model
]
# self.five_band_models = [
# "sat_5band_4class_7344606",
Expand Down

0 comments on commit e0bbace

Please sign in to comment.