MIR.models.convexAdam.convex_adam_nnUNet

Wrapper for Convex Adam with Segmentation features This code is based on the original Convex Adam code from: Siebert, Hanna, et al. “ConvexAdam: Self-Configuring Dual-Optimisation-Based 3D Multitask Medical Image Registration.” IEEE Transactions on Medical Imaging (2024). https://github.com/multimodallearning/convexAdam

Modified and tested by: Junyu Chen jchen245@jhmi.edu Johns Hopkins University

Functions

convex_adam(path_pred_fixed, ...[, ...])

convex_adam_seg_features(feat_moving, ...)

extract_features(pred_fixed, pred_moving)