-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExampleGenPredsParameters.txt
More file actions
27 lines (18 loc) · 1.21 KB
/
ExampleGenPredsParameters.txt
File metadata and controls
27 lines (18 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# version=param_v1.0.0
run_pipeline{
# Set to 0 to run individual driver programs
run=0
}
gen_preds {
# Set to absolute path of txt file where each new line points to a feature_file, typically output by gen_feats
feature_files_list="/data/isip/exp/tuh_dpath/exp_0288/Machine-Learning-Applications-In-Digital-Pathology/nedc_mladp/data/example_features_output/feature_files.list"
# absolute path to a txt file where each new line points to a coorespoding annation file of the feature files
original_annotation_files_list="/data/isip/exp/tuh_dpath/exp_0288/Machine-Learning-Applications-In-Digital-Pathology/ExampleAnnotations.list"
# Set to absolute path of .joblib file containing model
model_file="/data/isip/exp/tuh_dpath/exp_0288/Machine-Learning-Applications-In-Digital-Pathology/nedc_mladp/data/example_models_output/QDA.joblib"
# 1 to write frame or region decisions, 0 to not
write_frame_decisions=1
write_region_decisions=1
# this is where, the frame decisions, regiond decisions, and corresponding files containing lists to those will be
output_directory="/data/isip/exp/tuh_dpath/exp_0288/Machine-Learning-Applications-In-Digital-Pathology/nedc_mladp/data/example_predictions_output"
}