Doodleverse / seg2map

Seg2Map is an interactive web map app for geospatial image segmentation using deep learning
MIT License
13 stars 2 forks source link

doodleverse_utils/prediction_imports/do_seg now accepts 'MODEL' argument #13

Closed dbuscombe-usgs closed 1 year ago

dbuscombe-usgs commented 1 year ago

In order to add the segformer model (see https://github.com/Doodleverse/segmentation_gym/issues/115) , I had to add an input variable to do_seg, namely the name of the MODEL

https://github.com/Doodleverse/doodleverse_utils/blob/main/doodleverse_utils/prediction_imports.py#L128

codes in seg2map and coastseg should be updated accordingly

Use https://pypi.org/project/doodleverse-utils/0.0.21/

dbuscombe-usgs commented 1 year ago

Use https://pypi.org/project/doodleverse-utils/0.0.23/ (more minor bug fixes for segformer model)