Download a Model¶
If you need to download model, use the main CoastSeg environment, not the segmentation_workflow environment.
conda activate coastseg or run pixi shell in the CoastSeg directory
List available models:
1 | |
Download a specific model:
1 | |
Recommended model:
1 | |
This downloads the global RGB SegFormer model to the default location:
CoastSeg/models/global_segformer_RGB_4class_14036903
Only the best weights for the model are downloaded.