You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I believe the scripts expects predictions and GTs to be in different folders and based on these lines also expects to be the root directory.
But to be able to run within the sct_run_batch script which typically outputs in bids-format, it would be good to have bids-compatibility for this script as well. (essentially globbing through the prediction and label suffixes instead of looking only for nii.gz files
Currently, I believe the scripts expects predictions and GTs to be in different folders and based on these lines also expects to be the root directory.
Correct! Currently, the script expects two folders: (1) a folder with GTs and (2) a folder with predictions. This allows direct compatibility with nnUNet (and MSD?).
But to be able to run within the sct_run_batch script which typically outputs in bids-format, it would be good to have bids-compatibility for this script as well.
The script can also accept nii files directly (instead of paths to folders). In other words, you can directly specify the abs path to GT and the abs path to the prediction, for example:
Currently, I believe the scripts expects predictions and GTs to be in different folders and based on these lines also expects to be the root directory.
But to be able to run within the
sct_run_batch
script which typically outputs in bids-format, it would be good to have bids-compatibility for this script as well. (essentially globbing through the prediction and label suffixes instead of looking only fornii.gz
filestagging @valosekj
The text was updated successfully, but these errors were encountered: