iaa_od.visualisation.show_units

iaa_od.visualisation.show_units(result, filename, filepath, /)[source]

Function which shows all units found for a given image in the provided Result object.

Parameters:
  • result (Result) – The Result object containing the ground truths and units.

  • filename (str) – The filename of the image to display.

  • filepath (str) – The filepath where the image is located.

Return type:

None