-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
34 lines (21 loc) · 1017 Bytes
/
README
File metadata and controls
34 lines (21 loc) · 1017 Bytes
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
28
29
30
31
32
33
34
Matlab example
==============
https://www.mathworks.com/help/images/segment-3d-brain-tumor-using-deep-learning.html
Usage
=====
python code is used to setup the kfold fold.
each fold is configured with a json file to be read by matlab
python setupmodel.py --databaseid=hccmri --initialize
python setupmodel.py --databaseid=hccmri --setuptestset
matlab livermodel.m
matlab livermodel2d.m
matlab code structure
=====================
ImageSegmentationBaseClass.m - ABC defining the interface
ImageSegmentationDeepMedic.m - derived class for deep medic architecture
ImageSegmentationDensenet2D.m - derived class for Densenet2D architecture
ImageSegmentationDensenet3D.m - derived class for Densenet3D architecture
ImageSegmentationUnet2D.m - derived class for Unet2D architecture
ImageSegmentationUnet3D.m - derived class for Unet3D architecture
hccmriunet3d.m - derived class using the 3d unet to segment hcc on mri
hccmriunet2d.m - derived class using the 2d unet to segment hcc on mri