https://github.com/ignf/odeon
ODEON is a task-agnostic framework for deep learning applied to remote sensing
https://github.com/ignf/odeon
deep-learning earth-observation gis pytorch pytorch-lightning rasterio remote-sensing
Last synced: 11 months ago
JSON representation
ODEON is a task-agnostic framework for deep learning applied to remote sensing
- Host: GitHub
- URL: https://github.com/ignf/odeon
- Owner: IGNF
- License: apache-2.0
- Created: 2022-06-23T15:41:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:10:58.000Z (11 months ago)
- Last Synced: 2025-04-13T02:33:33.051Z (11 months ago)
- Topics: deep-learning, earth-observation, gis, pytorch, pytorch-lightning, rasterio, remote-sensing
- Language: Python
- Homepage:
- Size: 98.9 MB
- Stars: 22
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# ODEON
[](LICENSE)
English | [Francais](./README_fr-FR.md)
## Why this name
ODEON stands for Object Delineation on Earth Observations with Neural network.
## What is the purpose of this library?
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
## Installation
The new version is still in high development phase, but you can still
use the legacy version
### Installation requirements
As Gdal dependencies are presents we recommend to
install the dependencies via conda/mamba before installing the package:
#### Legacy version
```bash
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 .
```
#### New version
```bash
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 .
```