CNNs for land cover mapping
git clone
this repositorycd
into root of this repositorypip install -r requirements.txt
git clone https://github.com/kobiso/CBAM-keras
git clone https://github.com/titu1994/DenseNet
- Download and extract SEN12MS dataset: https://arxiv.org/abs/1906.07789
- Edit dataset paths in
config.json
- Train models:
python classify.py -c config.json --train
- Evaluate models:
python classify.py -c config.json --test