[c7c3a1]: / src / LiviaNET_Segmentation.ini

Download this file

23 lines (17 with data), 807 Bytes

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