Commit fd7c8c46 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

FIX: light mode option in config file.

parent b5c2ba77
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -42,7 +42,7 @@ def perform_segmentation(ofn, d): ...@@ -42,7 +42,7 @@ def perform_segmentation(ofn, d):
margin=d['segmentation']['margin'], margin=d['segmentation']['margin'],
roi=d['roi'], roi=d['roi'],
n_proc=d['segmentation']['n_proc'], n_proc=d['segmentation']['n_proc'],
light=d['segmentation']['lightmode']) light=d['segmentation']['light_mode'])
return return
def train_valid_workflow(seg, ts_lst_pkl, d, m_file): def train_valid_workflow(seg, ts_lst_pkl, d, m_file):
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"userfeat": [ "userfeat": [
"/path/to/user/feature/image1", "/path/to/user/feature/image1",
"/path/to/user/feature/image2" "/path/to/user/features/list*"
], ],
"training": { "training": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment