English | Francais
ODEON stands for Object Delineation on Earth Observations with Neural network.
It used to be a set of command line tool for semantic segmentation, it is now pivoting to an agnostic framework for deep learning applied to GIS industry
The new version is still in high development phase, but you can still use the legacy version
As Gdal dependencies are presents we recommend to install the dependencies via conda/mamba before installing the package:
git clone -b odeon-legacy git@github.com:IGNF/odeon.git
cd cd odeon
conda(or mamba) env create -f package_env.yml
pip install -e .
git clone git:odeon-legacy git@github.com:IGNF/odeon.git
cd cd odeon/packaging
conda(or mamba) env create -f package_env.yaml
pip install -e .