andreped commited on
Commit
68ecff8
1 Parent(s): f0851c4
Files changed (1) hide show
  1. livermask/utils/process.py +1 -1
livermask/utils/process.py CHANGED
@@ -136,7 +136,7 @@ def vessel_segmenter(curr, output, cpu, verbose, multiple_flag, liver_mask, name
136
 
137
  # read config
138
  log.info("current file path:")
139
- config = Config(yaml.safe_load(open(os.path.dirname(os.path.abspath(__file__)) + "/configs/base.yml")))
140
 
141
  log.info("resize back...")
142
  nib_volume = nib.load(curr)
 
136
 
137
  # read config
138
  log.info("current file path:")
139
+ config = Config(yaml.safe_load(open(os.path.dirname(os.path.abspath(__file__)) + "/../configs/base.yml")))
140
 
141
  log.info("resize back...")
142
  nib_volume = nib.load(curr)