|
a |
|
b/src/LiviaNET_Segmentation.ini |
|
|
1 |
|
|
|
2 |
############################################################################################################################################ |
|
|
3 |
################################################# SEGMENTATION PARAMETERS ##################################################### |
|
|
4 |
############################################################################################################################################ |
|
|
5 |
|
|
|
6 |
[Segmentation Images] |
|
|
7 |
imagesFolder = /~yourpath/Dataset/MR/ |
|
|
8 |
GroundTruthFolder = /~yourpath/Dataset/Label/ |
|
|
9 |
ROIFolder = /~yourpath/Dataset/ROI/ |
|
|
10 |
|
|
|
11 |
# TODO. |
|
|
12 |
# Type of images in the dataset |
|
|
13 |
# 0: nifit format |
|
|
14 |
# 1: matlab format |
|
|
15 |
imageTypes = 1 |
|
|
16 |
|
|
|
17 |
# Indexes correspont to position -1 in the folder |
|
|
18 |
indexesToSegment = [6] |
|
|
19 |
|
|
|
20 |
# Apply padding to images |
|
|
21 |
# 0: False, 1: True |
|
|
22 |
applyPadding = 1 |