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
Addition of new arguments --custom_ckpt_brain_localisation and --custom_ckpt_brain_localisation in pymialsrtk/parser.py(where the parser of the BIDS App is defined) to specify custom paths (prefixes) to the files of trained networks. As we are using a container image, these files should be mounted and accessible inside it. I would suggest to use to code/ folder to put these files which is already mounted.
Modification of docker/bidsapp/run.py and/or pymialsrtk/pipelines/anatomical/srr.py such that in_ckpt_loc for localization and in_ckpt_seg for segmentation are set to the custom paths (prefixes) specified by the new BIDS App arguments.
The text was updated successfully, but these errors were encountered:
This new feature can be accomplished by:
Addition of new arguments
--custom_ckpt_brain_localisation
and--custom_ckpt_brain_localisation
inpymialsrtk/parser.py
(where the parser of the BIDS App is defined) to specify custom paths (prefixes) to the files of trained networks. As we are using a container image, these files should be mounted and accessible inside it. I would suggest to use to code/ folder to put these files which is already mounted.Modification of
docker/bidsapp/run.py
and/orpymialsrtk/pipelines/anatomical/srr.py
such thatin_ckpt_loc
for localization andin_ckpt_seg
for segmentation are set to the custom paths (prefixes) specified by the new BIDS App arguments.The text was updated successfully, but these errors were encountered: