This repository contains a complete workflow for classification of sea-ice and lead specifically for OLCI imagery (surely can be adapted to other images at ease). You can follow the steps to train a model yourself or use the model that is pre-trained on around 80 OLCI images (about 10,000 data points) instead of training your own models. This repository is quite straight forward and easy to follow for two purposes:
- Learn to train your own model from scartch
- Implement the model straightaway
Please go to each folder one by one and explanation has been given (either in the introduction of each folder or in the specific python file)
You need to download all the files in Pre-trained model
You can directly load the model in Implementation using
model = keras.models.load_model('Path')
And follow all the steps in the code file Implementation