xaitk_jatic.interop.image_classification.model
This module provides the JATICImageClassifier class, an adapter for integrating JATIC-based image classifiers with the SMQTK ClassifyImage interface. It enables the use of JATIC protocol-based classifiers in pipelines that require the SMQTK interface.
- Classes:
- JATICImageClassifier: Adapts a JATIC image classification model for compatibility with
SMQTK’s ClassifyImage interface.
- Dependencies:
maite.protocols.image_classification: For the JATIC image classification protocol.
numpy: For numerical operations.
smqtk_classifier: For SMQTK classifier interfaces and classification utilities.
Classes
Adapter for the JATIC image classification protocol, implementing the SMQTK ClassifyImage interface. |