瀏覽代碼

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

Andrej Studen 1 年之前
父節點
當前提交
0ea84c60d5
共有 2 個文件被更改,包括 2 次插入1 次删除
  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).