Skip to content

astokholm/AI4SeaIce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4SeaIce

Table of Contents
  1. About This Project
  2. Requirements
  3. Installation
  4. Usage
  5. License
  6. Contact
  7. Acknowledgements

About this project

This project contains the code for a U-Net model architecture used for sea ice charting segmentation. It also contains the names of files used for training and validation (testing). New: Loss functions added for ICLR conference paper. (31/04/2022)

(back to top)

Requirements

This project uses Python 3.9, and requires PyTorch 1.10.0 library and its dependencies.

(back to top)

Installation

To install this project either download it as a .zip file and extract it into a desired directory or clone it via the terminal or console command:

  • using the HTTPS
git clone https://github.com/astokholm/AI4SeaIce.git
  • or SSH
git clone git@github.com:astokholm/AI4SeaIce.git

(back to top)

Usage

At its current development stage, the scripts in the repository are not meant to be run as executable code, but to provided the details about the architecture and parameters of the models used in sea ice charting experiments (see models). In addition, loss functions have recently been added for an loss comparison paper accepted at the ICLR (see functions).

The training and validation split used in the experiments is available in datalists.

(back to top)

License

Distributed under MIT licence. See LICENSE for more information.

(back to top)

Contributors

(back to top)

Contact

E-mail: stokholm@space.dtu.dk, andrzej.kucik@esa.int

Project Link: https://github.com/astokholm/AI4SeaIce

(back to top)

Acknowledgements

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages