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

FIX: light mode option in config file.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -42,7 +42,7 @@ def perform_segmentation(ofn, d):
margin=d['segmentation']['margin'],
roi=d['roi'],
n_proc=d['segmentation']['n_proc'],
light=d['segmentation']['lightmode'])
light=d['segmentation']['light_mode'])
return
def train_valid_workflow(seg, ts_lst_pkl, d, m_file):
......
......@@ -33,7 +33,7 @@
"userfeat": [
"/path/to/user/feature/image1",
"/path/to/user/feature/image2"
"/path/to/user/features/list*"
],
"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