DynaSlum / SatelliteImaging

The software for WP1: SatelliteImaging
Apache License 2.0
3 stars 1 forks source link

Jaccard index between same type of ground truth and segmented results #42

Closed elboyran closed 7 years ago

elboyran commented 7 years ago

The segmentation result could be either pixel or grid Binary Mask (BM) or a (multipolygonal) Shape (S). The ground truth can be either a shape file or sometimes - pixel mask. In this issue consider comparison of the same type: BM <-> BM and S <-> S.

Use skikit-learn Python implementation of the Jaccard similarity score.