fusionlab.functional.tfiou module#

fusionlab.functional.tfiou.tf_iou_score(pred, target, axis=None)[source]#
Shape:
  • pred: \((N, *, C)\) where \(*\) means any number of additional dimensions

  • target: \((N, *, C)\), same shape as the input

  • Output: scalar.

fusionlab.functional.tfiou.tf_jaccard_score(pred, target, axis=None)#
Shape:
  • pred: \((N, *, C)\) where \(*\) means any number of additional dimensions

  • target: \((N, *, C)\), same shape as the input

  • Output: scalar.