Early Alpha!
Panarctic Database of Active Layer Detachment Slides and Retrogressive Thaw Slumps from Deep Learning on High Resolution Satellite Imagery. This is te successor of the thaw-slump-segmentation (pipeline), with which the first version of the DARTS dataset was created.
The documentation is available at https://awi-response.github.io/darts-nextgen/. It is recommended to read the getting started guide before working with the project.
-
Download source code from the GitHub repository:
git clone [email protected]:awi-response/darts-nextgen.git cd darts-nextgen
-
Install the required dependencies:
uv sync --extra cuda126 --extra training
-
Run the Sentinel 2 based pipeline on an area of interest:
uv run darts run-native-sentinel2-pipeline-from-aoi \ --aoi-shapefile path/to/your/aoi.geojson \ --model-file path/to/your/model/checkpoint \ --start-date 2024-07 \ --end-date 2024-09
Before contributing please contact one of the authors and make sure to read the Contribution Guidelines.