Talking with @louisfb01 I realized that the lab does not have a procedure for training MONAI models from BIDS dataset, and instead convert the data physically, which is problematic because:
it duplicates the data (more space on HD) EDIT: actually it does not (see Naga's comment below)
the dataset used for training is not synced anymore (which defeats the purpose of version-tracking our datasets for keeping provenance in trained models) EDIT: again wrong-- see Naga's comment below
I know the MONAI folks have been working with BIDS compatibility. Can people please link in this GH discussion thread all the existing ressources, and also discuss strategies for the lab to come up with a unified protocol/script for preparing a JSON file for MONAI training.
The solution should accommodate the aggregation of multiple BIDS datasets.
Some resource: