Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinkersner/py-img-seg-eval

Evaluation metrics for image segmentation inspired by paper Fully Convolutional Networks for Semantic Segmentation
https://github.com/martinkersner/py-img-seg-eval

Last synced: 1 day ago
JSON representation

Evaluation metrics for image segmentation inspired by paper Fully Convolutional Networks for Semantic Segmentation

Awesome Lists containing this project

README

        

# Image Segmentation Evaluation
Martin Keršner, [m.kersner@gmail.com](mailto:.m.kersner@gmail.com)

Evaluation metrics for image segmentation inspired by paper [Fully Convolutional Networks for Semantic Segmentation](http://arxiv.org/abs/1411.4038).

### Pixel accuracy

### Mean accuracy

### Mean IU

### Frequency Weighted IU

#### Explanatory notes
* *n_cl* : number of classes included in ground truth segmentation
* *n_ij* : number of pixels of class *i* predicted to belong to class *j*
* *t_i* : total number of pixels of class *i* in ground truth segmentation