piwise
piwise copied to clipboard
add semantic segmentation metrics
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.