|
@@ -9,7 +9,7 @@ sessionName = "currentSession"
|
|
|
folderForOutput = "__workDir__/output"
|
|
|
|
|
|
# [Optional] Path to a saved model, to load parameters from in the beginning of the session. If one is also specified using the command line, the latter will be used.
|
|
|
-cnnModelFilePath = "/home/nixUser/software/src/irAEMM/segmentation/saved_models/__model__"
|
|
|
+cnnModelFilePath = "__segmentBase__/saved_models/__model__"
|
|
|
|
|
|
# +++++++++++ Input +++++++++++
|
|
|
# [Required] A list that should contain as many entries as the channels of the input image (eg multi-modal MRI). The entries should be paths to files. Those files should be listing the paths to the corresponding channels for each test-case. (see example files).
|