mirror of
https://github.com/gisktzh/tree-detection.git
synced 2026-08-26 10:34:18 +00:00
Read-only mirror of https://github.com/gisktzh/tree-detection — Kanton Zürich. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| configs | ||
| pipelines | ||
| tasks | ||
| utils | ||
| .gitignore | ||
| env.yml | ||
| main.py | ||
| README.md | ||
Workflow Tree detection
Description
This code base detects and segments trees in a vegetation/canopy height model. It is designed as a fully automatic pipeline.
Process
- Set Up Environment:
- Python:
cd tree-detection conda create -f tree-detection/env.yml conda activate tree-detection
Tasks in 1-11 in ./tasks can be executed using the ./main.py script. Copy the sample_config.yaml to config_X.yaml, adapt the settings to your environment and run the file:
- Prepare Data according to
sample_config.yml - Adapt columns look-up table to your corresponding data model
- Run Python