segmentationTCIA.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "setVariables":["__tempBase__","__segBase__","__roiFile__","__petFile__","__ctFile__","__segFile__","__modelName__"],
  3. "setVariablesComment":"this variables will get updated with local values like home and can be used to set variables further on",
  4. "__tempBase__":"__home__/temp/segmentationdm",
  5. "__segBase__":"/home/studen/software/src/iraemm/segmentation",
  6. "__roiFile__":"testMask.nii.gz",
  7. "__ctFile__":"testCT.nii.gz",
  8. "__petFile__":"testPET.nii.gz",
  9. "__segFile__":"segmentation.nii.gz",
  10. "__modelName__":"DM_defaults.DM_train_VISCERAL16_Fold1.final.2019-10-01.07.46.19.932616.model.ckpt",
  11. "tempBase":"__tempBase__",
  12. "model":"__model__",
  13. "project":"/Test/segmentationTest",
  14. "targetSchema":"study",
  15. "targetQuery":"Imaging1",
  16. "viewName":"segmentationReview",
  17. "participantField":"ParticipantId",
  18. "segmentationSchema":"study",
  19. "segmentationQuery":"Segmentations",
  20. "imageDir":"preprocessedImages",
  21. "version":"v5",
  22. "versionNumber":"5",
  23. "images":{
  24. "CT":{
  25. "queryField":"ctResampled",
  26. "tempFile":"__ctFile__"},
  27. "PET":{
  28. "queryField":"petResampled",
  29. "tempFile":"__petFile__"},
  30. "patientmask":{
  31. "queryField":"ROImask",
  32. "tempFile":"__roiFile__"},
  33. "segmentation":{
  34. "suffix":".nii.gz"
  35. }
  36. },
  37. "replacePattern":{
  38. "__workDir__":"__tempBase__",
  39. "__roi__":"__tempBase__/__roiFile__",
  40. "__pet__":"__tempBase__/__petFile__",
  41. "__ct__":"__tempBase__/__ctFile__",
  42. "__seg__":"__tempBase__/__segFile__",
  43. "__model__":"__modelName__"
  44. },
  45. "nnUNet":{
  46. "ModelId":"501",
  47. "configuration":"3d_fullres",
  48. "env":{
  49. "nnUNet_raw_data_base":"__tempBase__",
  50. "nnUNet_preprocessed":"__tempBase__",
  51. "RESULTS_FOLDER":"/home/studen/software/src/iraemmsegmentationmodels"
  52. }
  53. },
  54. "deepmedic": {
  55. "config":{
  56. "model":{
  57. "template":"__segBase__/model/modelConfig.cfg.template",
  58. "out":"__tempBase__/modelConfig.cfg"
  59. },
  60. "test":{
  61. "template":"__segBase__/test/testConfig.cfg.template",
  62. "out":"__tempBase__/testConfig.cfg"
  63. },
  64. "predictions":{
  65. "template":"__segBase__/test/testNamesOfPredictions.cfg.template",
  66. "out":"__tempBase__/testNamesOfPredictions.cfg"
  67. },
  68. "CT":{
  69. "template":"__segBase__/test/testChannels_CT.cfg.template",
  70. "out":"__tempBase__/testChannels_CT.cfg"
  71. },
  72. "ROI":{
  73. "template":"__segBase__/test/testRoiMasks.cfg.template",
  74. "out":"__tempBase__/testRoiMasks.cfg"
  75. }
  76. }
  77. }
  78. }