Skip to content

IRDG2OI/artus

Repository files navigation

ACKNOWLEDGEMENT

This project is being developed as part of the G2OI project, cofinanced by the European Union, the Reunion region, and the French Republic.

Predict geospatial data with artificial intelligence

Documentation Status Python package PyPI version DOI

Artus is a python package to automatically produce maps thanks to deep learning models. With artus, you can train deep learning learning models (neural network) on raster images annotated with vector files. You can then use the trained model to predict spatial occurrences on new unlabeled rasters. Predictions can be exported to a GeoJson format and uploaded in your favourite GIS software.

To handle large raster file, artus provides a way to tile raster into smaller tiles according to different cutting grids.

Artus has already been implemented in three use cases using 3 differents inputs data : satellite images to detect gillnets vessels, orthomosaics to detect corals species and under water images marked with a georeferenced point to detect marine species.

For example, the following map is generated by automatically detecting dead corals on images associated with a single GPS point:

This project is being developed as part of the G2OI project, cofinanced by the European union, the Reunion region, and the French Republic.

Installation

All the installation procedures are available here : install artus

Tutorials

If you want to get started with artus you can follow the notebooks. Depending on you requirements, you will find tutorials to train a new deep learning model, to predict an unlabeled raster or to convert different annotations files (COCO, geojson...).

Documentation

Documentation is available on Read the docs