-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
32 lines (24 loc) · 1.15 KB
/
README.txt
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
sct_deepseg_gm models
===============================================================================
This folder contains the sct_deepseg_gm models:
- challenge_model
This model was trained in the Gray Matter Segmentation Challenge dataset.
http://cmictig.cs.ucl.ac.uk/spinal-cord-grey-matter-segmentation-challenge
This public dataset includes 40 subjects, rated by 4 different raters,
providing a total amount of 1762 axial slices. This dataset contains
only healthy controls.
This dataset was created on 26 Nov 2017.
- large
This model was trained on private dataset, which includes 232 subjects
and a total amount of 3963 axial slices.
This dataset, besides the healthy controls, also contained the following
pathologies: multiple sclerosis, cervical spondylotic myelopathy, spinal cord
injury, syringomyelia.
This dataset was created on 26 Nov 2017.
The model was created using: https://github.com/spinalcordtoolbox/spinalcordtoolbox-dev/blob/master/dev/deepseg_gm/model.py#L50
Changelog
===============================================================================
2018-02-05:
- Added readme with dataset descriptions
2017-11-26:
- Models creation