typo
Browse files
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__)) + "
|
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)
|