Doodleverse / segmentation_zoo

A collection of geoscientific image segmentation models
MIT License
7 stars 3 forks source link

Implementation Notebooks #14

Closed ebgoldstein closed 1 year ago

ebgoldstein commented 1 year ago

put some example notebooks online

ebgoldstein commented 1 year ago
dbuscombe-usgs commented 1 year ago
dbuscombe-usgs commented 1 year ago
dbuscombe-usgs commented 1 year ago
dbuscombe-usgs commented 1 year ago

This needs a small overhaul. I think it would be good to use each notebook to demonstrate a basic usage. Each notebook would use a different zoo model, for illustration. Ideally, the notebooks should be reproducible, which is made possible by adding the functionality for selecting/downloading a model using zenodo

I propose the following changes

  1. @dbuscombe-usgs to update EnsemblePrediction_2class by selecting/downloading updated zoo model
  2. @dbuscombe-usgs to update and rename HyperEnsemblePrediction_binary_and_multiclass_model_merging by selecting/downloading updated zoo model (replace Elwha example with another model)
  3. @ebgoldstein to update SingleImagePrediction by selecting/downloading NOAA zenodo model (when updated). This would use the 'BEST_MODEL.txt' convention

I just realized that you can't make "Zenodo" without "Zoo", but really it is the other way around

dbuscombe-usgs commented 1 year ago

I'm closing this. My focus is on making tools (scripts), not examples. Feel free to reopen if/when we need