Преглед изворни кода

Moving saved_models to irAEMMSegmentationModels project

Andrej пре 3 година
родитељ
комит
7610919def
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      segmentation/test/testConfig.cfg.template

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

@@ -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 = "/home/nixUser/software/src/irAEMMSegmentationModels/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).