skaliy commited on
Commit
0f36041
·
1 Parent(s): c71c90d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -14,4 +14,49 @@ The source code, designed to reproduce our test results and facilitate training
14
  ## Requirements
15
  Last checked and validated with fastMONAI version 0.3.2. Please ensure that you have the correct version of fastMONAI installed to guarantee the correct operation of the model.
16
 
17
- ![Suggested pipeline](pipeline.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ## Requirements
15
  Last checked and validated with fastMONAI version 0.3.2. Please ensure that you have the correct version of fastMONAI installed to guarantee the correct operation of the model.
16
 
17
+ ![Suggested pipeline](pipeline.png)
18
+
19
+ ## Data Collection
20
+
21
+ ### Origin of MRI Scans
22
+ - **Haukeland University Hospital (HUH)**: 15 T2-weighted MRI scans
23
+ - **Sahlgren-ska University Hospital (SUH)**: 10 T2-weighted MRI scans
24
+
25
+ ### HUH Data
26
+ - **Study**: [AIM-study (Antibiotics In Modic changes)](https://trialsjournal.biomedcentral.com/articles/10.1186/s13063-017-2306-8)
27
+ #### Scanner Specifications
28
+ - Type: Siemens MAGNETOM Avanto 1.5 T
29
+ - Slice Thickness: 4 mm
30
+ - Field of View (FOV): 300x300 mm^2
31
+ - Matrix: 384x269
32
+ - Interslice Gap: 0.4 mm
33
+ - Repetition Time: 3700 ms
34
+ - Echo Time: 87 ms
35
+ - Number of Acquisitions: 2
36
+
37
+ ### SUH Data
38
+ - [Link to Sahlgrenska Data](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5789539/)
39
+ #### Scanner Specifications
40
+ - Type: Siemens MAGNETOM Aera 1.5 T
41
+ - Slice Thickness: 3.5 mm
42
+ - Field of View (FOV): 300x300 mm^2
43
+ - Matrix: 384x384
44
+ - Interslice Gap: 0.7 mm
45
+ - Repetition Time: 3500 ms
46
+ - Echo Time: 95 ms
47
+ - Number of Acquisitions: 1
48
+
49
+ ## Data Annotation
50
+
51
+ - **Process**: Manual segmentation of vertebrae
52
+ - **Experts**: Conducted by an MRI expert with consensus from a senior radiologist
53
+ - **Software**: ITK-SNAP
54
+ - **Scope**: Segmented vertebrae in all slices, including bone marrow but excluding vertebral cortex
55
+
56
+ ## External Data Evaluation
57
+
58
+ - **Source**: [Annotated T2-weighted MR images of the Lower Spine](https://zenodo.org/record/22304)
59
+ - **Scan Specifications**: 23 scans, 1.5 T in sagittal orientation
60
+ - **Segments**: Seven vertebrae are manually segmented on each image (Th11–L5)
61
+ - **Modification**: Th11 manually removed for consistency with the annotation for SUH and HUH.
62
+