Skip to content

Add view script

Daniel CARRON requested to merge segmentation-view into common-package

Add script to load the prediction and target from hdf5, compute the confusion matrix (tp, tn, fp, fn pixels), and save an image with each element colorized with a different color.

To do:

  • Colorize with transparency (alpha level could be a parameter given by the user)
  • Apply mask to predicted image to clean the output a bit
  • Add tests
  • Add logging
Edited by Daniel CARRON

Merge request reports