Code for the paper:
Forest mapping and monitoring of the African continent using Sentinel-2 data and deep learning,
Anders U. Waldeland, Øivind Due Trier, Arnt-Børre Salberg
International Journal of Applied Earth Observations and Geoinformation
Volume 111, July 2022, 102840
Paper is available here
Use a linux computer with CUDA installed and a nvidia-compatible GPU.
Install requirments
pip3 install -r requirements.txt
Predict vegetation height for a given Sentinel-2 product:
python3 predict_scene.py --product S2A_MSIL1C_20170126T073151_N0204_R049_T37MDQ_20170126T074339
Run clear cutting detection on a time-series of vegetation height estimates:
python3 forest_clear_cutting_detection.py