ESA-PhiLab / iris

Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
GNU General Public License v3.0
125 stars 40 forks source link

Demo #1

Closed aliFrancis closed 4 years ago

aliFrancis commented 4 years ago

Demo adds a fully-functioning demo project with 2 512-by-512 Sentinel-2 images, and three classes: Clear, Cloud and Cloud Shadow.

To use, go to iris directory and run:

iris label demo/config.yaml

Currently, paths to data are relative, and it uses the 'label' API. Ideally this should be changed so that it runs from any directory, with a call of:

iris demo

JohnMrziglod commented 4 years ago

The demo command is added in the upcoming v0.1 (#2).