Browse Source

Changing README to md format, allowing pre-configured path for model in testConfig

Andrej Studen 1 year ago
parent
commit
0ea84c60d5
2 changed files with 2 additions and 1 deletions
  1. 0 0
      pythonScripts/README.md
  2. 2 1
      segmentation/test/testConfig.cfg.template

+ 0 - 0
pythonScripts/README → pythonScripts/README.md


+ 2 - 1
segmentation/test/testConfig.cfg.template

@@ -9,7 +9,8 @@ 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/irAEMMSegmentationModels/deepmedic/__model__"
+#cnnModelFilePath = "/home/nixUser/software/src/irAEMMSegmentationModels/deepmedic/__model__"
+cnnModelFilePath = "__cnnModelPath__/deepmedic/__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).