Skip to content

debug miou compute for binary case during training

nicolas david requested to merge NDavid/odeon-landcover:debug_binary_miou into master

The miou computation during training for train and val dataset are false for binary case.

This is due to the fact that we use a confusion matrix of size n_classe*n_classe and that in binary case n_classe is set to 1 and not 2 (class and no_class).

Merge request reports