Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrei-Claudiu Roibu
BrainMapper
Commits
afb013e3
Commit
afb013e3
authored
Aug 24, 2020
by
Andrei Roibu
Browse files
added mapping targets file to the eval run call
parent
8cbb592b
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.py
View file @
afb013e3
...
...
@@ -325,6 +325,7 @@ def evaluate_mapping(mapping_evaluation_parameters):
trained_model_path
=
mapping_evaluation_parameters
[
'trained_model_path'
]
data_directory
=
mapping_evaluation_parameters
[
'data_directory'
]
mapping_data_file
=
mapping_evaluation_parameters
[
'mapping_data_file'
]
mapping_targets_file
=
mapping_evaluation_parameters
[
'mapping_targets_file'
]
data_list
=
mapping_evaluation_parameters
[
'data_list'
]
prediction_output_path
=
mapping_evaluation_parameters
[
'prediction_output_path'
]
dmri_mean_mask_path
=
mapping_evaluation_parameters
[
'dmri_mean_mask_path'
]
...
...
@@ -348,6 +349,7 @@ def evaluate_mapping(mapping_evaluation_parameters):
evaluations
.
evaluate_mapping
(
trained_model_path
,
data_directory
,
mapping_data_file
,
mapping_targets_file
,
data_list
,
prediction_output_path
,
brain_mask_path
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment