Skip to content

Using deep learning to detect glacier calving margins in Greenland.

License

Notifications You must be signed in to change notification settings

tkristinwilson/glacier-fronts

Repository files navigation

Glacier Fronts

Glacier Fronts is a fastai v1 (PyTorch) port of FrontLearning - a convolutional neural network used to detect glacier calving margins in Greenland, originally implemented using Keras.

This is an initial port only and has not yet been tuned.

Quickstart

Binder Open In Colab

Installation

Installation with conda is recommended.

Then launch the glacier_fronts.ipynb notebook from Jupyter Lab.

git clone https://github.com/tkristinwilson/glacier-fronts
cd glacier-fronts

conda env create -f environment.yml
conda activate glacier-fronts

python -m ipykernel install --user --name glacier-fronts
jupyter nbextension enable --py widgetsnbextension
jupyter lab &

About

Using deep learning to detect glacier calving margins in Greenland.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published