conda env create -f environment.yml
conda activate sar2sir_inferenceChange the following paths in the config file sir_is2_inference.py
inference_options['cnn_path']- location of the best_model_sir_is2_09_00054_weights.pthinference_options['output_dir']- location of outputtrain_options['s1_dir']- location of S1 filestrain_options['amsr2_dir']- location of AMSR2 files
python infer.py path_to_config_file.py [--force]Parts of the code are taken from oficial MMSeaIce repository