xaitk_jatic.interop.object_detection.model

This module provides the JATICDetector class, an adapter for the JATIC object detection protocol. It converts JATIC model outputs into the SMQTK DetectImageObjects interface format, making it compatible with downstream detection pipelines.

Classes:

JATICDetector: Adapts a JATIC object detection model to the SMQTK interface.

Dependencies:
  • maite.protocols.object_detection: For the JATIC object detection model protocol.

  • numpy: For numerical computations.

  • smqtk_detection: For the SMQTK object detection interface.

  • smqtk_image_io.AxisAlignedBoundingBox: For handling bounding boxes.

Classes

JATICDetector

Adapter for JATIC object detection protocol that transforms its outputs into the SMQTK DetectImageObjects interface format.