Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 329 Bytes

Neural Compression for Multispectral Satellite Images (NeurIPS 2024 workshop)

Setup

Create a new conda environment with the following command:

conda env create -f env.yaml

Training

Start training with the following command:

python train.py --config config/implisat.yaml --img <path/to/msi_img>