GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

Create combined XNAT actions compose object #89

Open laurencejackson opened 1 year ago

laurencejackson commented 1 year ago

In cases where different transforms need an XNAT connection (e.g. one to fetch the image, another to fetch the label) the time taken to start two separate XNAT sessions is a big contributor to slow loading times.

It would be better if a single session was passed between all XNAT-connected transforms.