https://github.com/IBM/heart-library
https://pypi.org/project/heart-library/
Update Notes
- Fixes alignment issue with augmentation (attack) and image classifier output. Both now return Sequence\[ArrayLike\] as per MAITE protocol.
- Fixes alignment of JaticPyTorchObjectDetector call method. Input type constrained to Sequence\[ArrayLike\] as per MAITE protocol.
- Moves to align with MAITE v0.7.0 by including _metadata_ attribute to estimators, augmentations, metrics and dataset definitions.
- Notebooks and tests updated based on MAITE alignment and fixes.
- Removes the constraint of models passed to JaticPyTorchObjectDetector being one of DETR, FasterRCNN and YOLO - thus facilitating other PyTorch detector models. (i.e. those implemented in torchvision)