bodokaiser / piwise

Pixel-wise segmentation on VOC2012 dataset using pytorch.
BSD 3-Clause "New" or "Revised" License
383 stars 86 forks source link

add semantic segmentation metrics #2

Open bodokaiser opened 7 years ago

bodokaiser commented 7 years ago

As in the FCN paper which means:

1. Pixel Accuracy

Sum of all pixels correctly classified divided through total number of pixels.

2. Mean Accuracy

Mean per class correctly classified pixels.

3. Mean Interscection over Union