SatelliteShorelines / CoastSeg

An interactive toolbox for downloading satellite imagery, applying image segmentation models, mapping shoreline positions and more. The mapping extension for CoastSat and Zoo.
https://satelliteshorelines.github.io/CoastSeg/
GNU General Public License v3.0
42 stars 5 forks source link

Zoo Workflow Enhancements #263

Open 2320sharon opened 2 weeks ago

2320sharon commented 2 weeks ago

There are few minor enhancements that the team would like to have made to the zoo workflow. There enhancements do not change the fundamentals of how the workflow works, but instead make the outputs easier to use.

2320sharon commented 1 week ago

Clarification: the scores that should be saved in the extracted shoreline geodataframe would be the model scores outputted by the good/bad image classifier model. The reason we would want to use these scores and not the Kmeans classifier score is because only the segmentations with the "good" kmeans classifier scores are used to extract shorelines. The Kmeans classifer outputs 2 scores and each image falls into one of those categories. If this score were to be outputted in the final extracted shoreline geodataframe all the shorelines would have the same score.

We want the good/bad image classification score so that we can sort shorelines based on how "good" the image's quality is and use this data to optimize our models.