Interface ObjectOverlap

    • Method Detail

      • calculate

        LocatedObjects calculate​(LocatedObjects annotations,
                                 LocatedObjects predictions)
        Computes the overlapping objects between the annotations and the predictions.
        Parameters:
        annotations - the annotations (ground truth)
        predictions - the predictions to compare with
        Returns:
        the overlapping objects
      • matches

        Map<LocatedObject,​Map<LocatedObject,​Double>> matches​(LocatedObjects annotations,
                                                                         LocatedObjects predictions)
        Computes the overlapping objects between the annotations and the predictions and returns the matches.
        Parameters:
        annotations - the annotations (ground truth)
        predictions - the predictions to compare with
        Returns:
        the matches