-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There is apparently (slack conversation with @naga-karthik @valosekj from 2025-06-23) a more up-do-date version:
https://github.com/ivadomed/model_seg_sci/blob/main/dataset-conversion/convert_bids_to_nnUNetv2_all_sci_data.py
However, I can see a few issues with that new script:
- Can only be used on single contrast (https://github.com/ivadomed/model_seg_sci/blob/e92cfb6ca4bd41e78a2e9f2b5643d9d3aab6342c/dataset-conversion/convert_bids_to_nnUNetv2_all_sci_data.py#L32-L33), which is problematic in my case, as I have two input images
- Reorients to RPI (https://github.com/ivadomed/model_seg_sci/blob/e92cfb6ca4bd41e78a2e9f2b5643d9d3aab6342c/dataset-conversion/convert_bids_to_nnUNetv2_all_sci_data.py#L35), which is problematic in my case, as I don't want any reorientation. And, by the way, it shouldn't be the responsibility of a script called "convert_bids_to_nnUNetV2" to reorient, as the name of the script suggests only a renaming/restructuring of files, rather than actual action on the files themselves.
So, questions for @naga-karthik @valosekj : does this script include all the functionalities of https://github.com/ivadomed/utilities/blob/fa601f3039dd508ea51162906f9c965e94aab86e/dataset_conversion/convert_bids_to_nnUNetV2.py?
- if yes: we should just replace it then
- if no: can you please identify the missing features, and open an issue for each of the missing feature so we can address them in the future
Metadata
Metadata
Assignees
Labels
No labels