maxmo2009 commited on
Commit
ea4eb5a
·
verified ·
1 Parent(s): a9da5b2

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .claude/settings.local.json +47 -0
  2. acdc_qc_dataset.json +152 -0
  3. create_acdc_json.py +45 -0
  4. raw_dataset/ACDC_original/.gitattributes +54 -0
  5. raw_dataset/ACDC_original/README.md +28 -0
  6. raw_dataset/ACDC_original/testing/MANDATORY_CITATION.md +5 -0
  7. raw_dataset/ACDC_original/testing/patient101/Info.cfg +6 -0
  8. raw_dataset/ACDC_original/testing/patient101/MANDATORY_CITATION.md +5 -0
  9. raw_dataset/ACDC_original/testing/patient101/patient101_4d.nii.gz +3 -0
  10. raw_dataset/ACDC_original/testing/patient101/patient101_frame01.nii.gz +3 -0
  11. raw_dataset/ACDC_original/testing/patient101/patient101_frame01_gt.nii.gz +3 -0
  12. raw_dataset/ACDC_original/testing/patient101/patient101_frame14.nii.gz +3 -0
  13. raw_dataset/ACDC_original/testing/patient101/patient101_frame14_gt.nii.gz +3 -0
  14. raw_dataset/ACDC_original/testing/patient102/Info.cfg +6 -0
  15. raw_dataset/ACDC_original/testing/patient102/MANDATORY_CITATION.md +5 -0
  16. raw_dataset/ACDC_original/testing/patient102/patient102_4d.nii.gz +3 -0
  17. raw_dataset/ACDC_original/testing/patient102/patient102_frame01.nii.gz +3 -0
  18. raw_dataset/ACDC_original/testing/patient102/patient102_frame01_gt.nii.gz +3 -0
  19. raw_dataset/ACDC_original/testing/patient102/patient102_frame13.nii.gz +3 -0
  20. raw_dataset/ACDC_original/testing/patient102/patient102_frame13_gt.nii.gz +3 -0
  21. raw_dataset/ACDC_original/testing/patient103/Info.cfg +6 -0
  22. raw_dataset/ACDC_original/testing/patient103/MANDATORY_CITATION.md +5 -0
  23. raw_dataset/ACDC_original/testing/patient103/patient103_4d.nii.gz +3 -0
  24. raw_dataset/ACDC_original/testing/patient103/patient103_frame01.nii.gz +3 -0
  25. raw_dataset/ACDC_original/testing/patient103/patient103_frame01_gt.nii.gz +3 -0
  26. raw_dataset/ACDC_original/testing/patient103/patient103_frame11.nii.gz +3 -0
  27. raw_dataset/ACDC_original/testing/patient103/patient103_frame11_gt.nii.gz +3 -0
  28. raw_dataset/ACDC_original/testing/patient104/Info.cfg +6 -0
  29. raw_dataset/ACDC_original/testing/patient104/MANDATORY_CITATION.md +5 -0
  30. raw_dataset/ACDC_original/testing/patient104/patient104_4d.nii.gz +3 -0
  31. raw_dataset/ACDC_original/testing/patient104/patient104_frame01.nii.gz +3 -0
  32. raw_dataset/ACDC_original/testing/patient104/patient104_frame01_gt.nii.gz +3 -0
  33. raw_dataset/ACDC_original/testing/patient104/patient104_frame11.nii.gz +3 -0
  34. raw_dataset/ACDC_original/testing/patient104/patient104_frame11_gt.nii.gz +3 -0
  35. raw_dataset/ACDC_original/testing/patient105/Info.cfg +6 -0
  36. raw_dataset/ACDC_original/testing/patient105/MANDATORY_CITATION.md +5 -0
  37. raw_dataset/ACDC_original/testing/patient105/patient105_4d.nii.gz +3 -0
  38. raw_dataset/ACDC_original/testing/patient105/patient105_frame01.nii.gz +3 -0
  39. raw_dataset/ACDC_original/testing/patient105/patient105_frame01_gt.nii.gz +3 -0
  40. raw_dataset/ACDC_original/testing/patient105/patient105_frame10.nii.gz +3 -0
  41. raw_dataset/ACDC_original/testing/patient105/patient105_frame10_gt.nii.gz +3 -0
  42. raw_dataset/ACDC_original/testing/patient106/Info.cfg +6 -0
  43. raw_dataset/ACDC_original/testing/patient106/MANDATORY_CITATION.md +5 -0
  44. raw_dataset/ACDC_original/testing/patient106/patient106_4d.nii.gz +3 -0
  45. raw_dataset/ACDC_original/testing/patient106/patient106_frame01.nii.gz +3 -0
  46. raw_dataset/ACDC_original/testing/patient106/patient106_frame01_gt.nii.gz +3 -0
  47. raw_dataset/ACDC_original/testing/patient106/patient106_frame13.nii.gz +3 -0
  48. raw_dataset/ACDC_original/testing/patient106/patient106_frame13_gt.nii.gz +3 -0
  49. raw_dataset/ACDC_original/testing/patient107/Info.cfg +6 -0
  50. raw_dataset/ACDC_original/testing/patient107/MANDATORY_CITATION.md +5 -0
.claude/settings.local.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Read(//mnt/storage/home/ym1413/cardiac/HCMNIH/public_dataset/ACDC/**)",
5
+ "Read(//mnt/storage/home/ym1413/cardiac/HCMNIH/public_dataset/**)",
6
+ "Bash(wget --version)",
7
+ "Bash(curl --version)",
8
+ "Read(//usr/bin/**)",
9
+ "Bash(huggingface-cli download qicq1c/ACDC --repo-type dataset --local-dir ./ACDC)",
10
+ "Bash(huggingface-cli --version)",
11
+ "Bash(pip install huggingface-hub)",
12
+ "Bash(/usr/bin/python2.7 -c \"print(''Python works'')\")",
13
+ "WebSearch",
14
+ "Bash(chmod +x /mnt/storage/home/ym1413/QC_data_preprocessing/rename_acdc_data.py)",
15
+ "Bash(for dir in patient001 patient002 patient003)",
16
+ "Bash(do echo \"=== $dir ===\")",
17
+ "Bash(ls $dir/*frame*.nii.gz)",
18
+ "Bash(done)",
19
+ "Bash(python /mnt/storage/home/ym1413/QC_data_preprocessing/rename_acdc_specific.py --dry-run)",
20
+ "Read(//mnt/storage/home/ym1413/nnunet_src/**)",
21
+ "Bash(python /mnt/storage/home/ym1413/QC_data_preprocessing/create_acdc_json.py)",
22
+ "Bash(git:*)",
23
+ "Bash(conda install:*)",
24
+ "Bash(python3:*)",
25
+ "Bash(unzip -q Images.zip)",
26
+ "Bash(unzip -q Masks.zip)",
27
+ "Bash(curl -s \"https://huggingface.co/api/datasets?search=ACDC+cardiac&limit=20\")",
28
+ "Bash(curl -s \"https://huggingface.co/api/datasets?search=ACDC&limit=30\")",
29
+ "Bash(curl -s \"https://huggingface.co/api/datasets/msepulvedagodoy/acdc/tree/main\")",
30
+ "Bash(curl -s \"https://huggingface.co/api/datasets/Angelou0516/ACDC/tree/main\")",
31
+ "Bash(curl -s \"https://huggingface.co/api/datasets/czotti/acdc/tree/main\")",
32
+ "Bash(curl -s \"https://huggingface.co/api/datasets/nevereverinsomnia/ACDC_MICCAI_2017/tree/main\")",
33
+ "Bash(curl -s \"https://huggingface.co/api/datasets/viennh2012/cardiac_cine_acdc/tree/main\")",
34
+ "Bash(curl -s \"https://huggingface.co/api/datasets/zhuyinheng/acdc/tree/main\")",
35
+ "Bash(curl -s \"https://huggingface.co/api/datasets/msepulvedagodoy/acdc/tree/main/training\")",
36
+ "Bash(curl -s \"https://huggingface.co/api/datasets/Angelou0516/ACDC/tree/main/training\")",
37
+ "Bash(curl -s \"https://huggingface.co/api/datasets/zhuyinheng/acdc/tree/main/training\")",
38
+ "Bash(curl -s \"https://huggingface.co/api/datasets/msepulvedagodoy/acdc/tree/main/training/patient001\")",
39
+ "Bash(curl -s \"https://huggingface.co/api/datasets/msepulvedagodoy/acdc/tree/main/testing\")",
40
+ "Bash(curl -s \"https://huggingface.co/api/datasets/Angelou0516/ACDC/tree/main/training/patient001\")",
41
+ "Bash(curl -s \"https://huggingface.co/api/datasets/msepulvedagodoy/acdc/tree/main/testing/patient101\")",
42
+ "Bash(curl:*)"
43
+ ],
44
+ "deny": [],
45
+ "ask": []
46
+ }
47
+ }
acdc_qc_dataset.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient001": {},
3
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient002": {},
4
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient003": {},
5
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient004": {},
6
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient005": {},
7
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient006": {},
8
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient007": {},
9
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient008": {},
10
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient009": {},
11
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient010": {},
12
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient011": {},
13
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient012": {},
14
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient013": {},
15
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient014": {},
16
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient015": {},
17
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient016": {},
18
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient017": {},
19
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient018": {},
20
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient019": {},
21
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient020": {},
22
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient021": {},
23
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient022": {},
24
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient023": {},
25
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient024": {},
26
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient025": {},
27
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient026": {},
28
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient027": {},
29
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient028": {},
30
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient029": {},
31
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient030": {},
32
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient031": {},
33
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient032": {},
34
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient033": {},
35
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient034": {},
36
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient035": {},
37
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient036": {},
38
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient037": {},
39
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient038": {},
40
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient039": {},
41
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient040": {},
42
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient041": {},
43
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient042": {},
44
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient043": {},
45
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient044": {},
46
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient045": {},
47
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient046": {},
48
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient047": {},
49
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient048": {},
50
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient049": {},
51
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient050": {},
52
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient051": {},
53
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient052": {},
54
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient053": {},
55
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient054": {},
56
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient055": {},
57
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient056": {},
58
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient057": {},
59
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient058": {},
60
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient059": {},
61
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient060": {},
62
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient061": {},
63
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient062": {},
64
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient063": {},
65
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient064": {},
66
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient065": {},
67
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient066": {},
68
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient067": {},
69
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient068": {},
70
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient069": {},
71
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient070": {},
72
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient071": {},
73
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient072": {},
74
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient073": {},
75
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient074": {},
76
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient075": {},
77
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient076": {},
78
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient077": {},
79
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient078": {},
80
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient079": {},
81
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient080": {},
82
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient081": {},
83
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient082": {},
84
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient083": {},
85
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient084": {},
86
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient085": {},
87
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient086": {},
88
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient087": {},
89
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient088": {},
90
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient089": {},
91
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient090": {},
92
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient091": {},
93
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient092": {},
94
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient093": {},
95
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient094": {},
96
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient095": {},
97
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient096": {},
98
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient097": {},
99
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient098": {},
100
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient099": {},
101
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient100": {},
102
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient101": {},
103
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient102": {},
104
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient103": {},
105
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient104": {},
106
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient105": {},
107
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient106": {},
108
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient107": {},
109
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient108": {},
110
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient109": {},
111
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient110": {},
112
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient111": {},
113
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient112": {},
114
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient113": {},
115
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient114": {},
116
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient115": {},
117
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient116": {},
118
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient117": {},
119
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient118": {},
120
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient119": {},
121
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient120": {},
122
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient121": {},
123
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient122": {},
124
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient123": {},
125
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient124": {},
126
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient125": {},
127
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient126": {},
128
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient127": {},
129
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient128": {},
130
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient129": {},
131
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient130": {},
132
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient131": {},
133
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient132": {},
134
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient133": {},
135
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient134": {},
136
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient135": {},
137
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient136": {},
138
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient137": {},
139
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient138": {},
140
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient139": {},
141
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient140": {},
142
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient141": {},
143
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient142": {},
144
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient143": {},
145
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient144": {},
146
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient145": {},
147
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient146": {},
148
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient147": {},
149
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient148": {},
150
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient149": {},
151
+ "/cardiac/HCMNIH/public_dataset/ACDC/QC/ori/patient150": {}
152
+ }
create_acdc_json.py ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ Create JSON file for ACDC QC software with patient folder paths as keys
4
+ """
5
+
6
+ import json
7
+ from pathlib import Path
8
+
9
+ def create_acdc_json():
10
+ # Base directory for ACDC data (output of rename_acdc_specific.py)
11
+ base_dir = Path("/mnt/storage/home/ym1413/QC_data_preprocessing/sabotaged_dataset")
12
+
13
+ # Create dictionary with patient folders as keys
14
+ acdc_data = {}
15
+
16
+ # Get all patient directories
17
+ patient_dirs = sorted([d for d in base_dir.iterdir() if d.is_dir() and d.name.startswith('patient')])
18
+
19
+ for patient_dir in patient_dirs:
20
+ # Remove base path /mnt/storage/home/ym1413 from the key
21
+ key = str(patient_dir).replace("/mnt/storage/home/ym1413", "")
22
+
23
+ # Extract patient ID from folder name
24
+ patient_id = patient_dir.name
25
+
26
+ # Create entry for this patient - just the key with empty dict for QC software to populate
27
+ acdc_data[key] = {}
28
+
29
+ # Save to JSON file
30
+ output_file = Path("/mnt/storage/home/ym1413/QC_data_preprocessing/acdc_qc_dataset.json")
31
+
32
+ with open(output_file, 'w') as f:
33
+ json.dump(acdc_data, f, indent=4, sort_keys=True)
34
+
35
+ print(f"Created JSON file with {len(acdc_data)} patient entries")
36
+ print(f"Output saved to: {output_file}")
37
+
38
+ # Show first few entries as preview
39
+ print("\nFirst 3 entries:")
40
+ for i, key in enumerate(list(acdc_data.keys())[:3]):
41
+ print(f"\nEntry {i+1}:")
42
+ print(f" Key: {key}")
43
+
44
+ if __name__ == "__main__":
45
+ create_acdc_json()
raw_dataset/ACDC_original/.gitattributes ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ # Audio files - uncompressed
37
+ *.pcm filter=lfs diff=lfs merge=lfs -text
38
+ *.sam filter=lfs diff=lfs merge=lfs -text
39
+ *.raw filter=lfs diff=lfs merge=lfs -text
40
+ # Audio files - compressed
41
+ *.aac filter=lfs diff=lfs merge=lfs -text
42
+ *.flac filter=lfs diff=lfs merge=lfs -text
43
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
44
+ *.ogg filter=lfs diff=lfs merge=lfs -text
45
+ *.wav filter=lfs diff=lfs merge=lfs -text
46
+ # Image files - uncompressed
47
+ *.bmp filter=lfs diff=lfs merge=lfs -text
48
+ *.gif filter=lfs diff=lfs merge=lfs -text
49
+ *.png filter=lfs diff=lfs merge=lfs -text
50
+ *.tiff filter=lfs diff=lfs merge=lfs -text
51
+ # Image files - compressed
52
+ *.jpg filter=lfs diff=lfs merge=lfs -text
53
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
54
+ *.webp filter=lfs diff=lfs merge=lfs -text
raw_dataset/ACDC_original/README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-segmentation
4
+ language:
5
+ - es
6
+ - en
7
+ tags:
8
+ - medical
9
+ pretty_name: ACDC-Automated Cardiac Diagnosis Challenge
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---
13
+
14
+ ![Screenshot 2023-06-11 at 23.19.31.png](https://s3.amazonaws.com/moonup/production/uploads/6226bae1c8655fec3995a41d/cO9OKcYBO7-MbDZJopF6J.png)
15
+
16
+ General information
17
+
18
+ The overall ACDC dataset was created from real clinical exams acquired at the University Hospital of Dijon. Acquired data were fully anonymized and handled within the regulations set by the local ethical committee of the Hospital of Dijon (France). Our dataset covers several well-defined pathologies with enough cases to (1) properly train machine learning methods and (2) clearly assess the variations of the main physiological parameters obtained from cine-MRI (in particular diastolic volume and ejection fraction). The dataset is composed of 150 exams (all from different patients) divided into 5 evenly distributed subgroups (4 pathological plus 1 healthy subject groups) as described below. Furthermore, each patient comes with the following additional information : weight, height, as well as the diastolic and systolic phase instants.
19
+
20
+ Tasks
21
+
22
+ The main task of this dataset is the semantic segmentation of the heart in cardiac magnetic resonance images, specifically the endocardium and myocardium. The present task is very relevant for the detection of cardiovascular diseases. Segmentation is a very time-consuming process, so automatically performing the segmentation with Artificial Intelligence algorithms can be extremely beneficial to reduce the time spent in a manual segmentation. In this way, a very relevant bottleneck can be avoided and cardiovascular diseases can be detected in a timely manner.
23
+
24
+ Reference
25
+
26
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
27
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
28
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient101/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 14
3
+ Group: DCM
4
+ Height: 169.0
5
+ NbFrame: 30
6
+ Weight: 79.0
raw_dataset/ACDC_original/testing/patient101/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient101/patient101_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc842cd691d9d95818d721341214e87f94422c2d8729cec7e76ea14aa7e5b78
3
+ size 19992858
raw_dataset/ACDC_original/testing/patient101/patient101_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bdd61440ab0366f34041b60cdae4d5f9ee6eb9451d7dd008d6dbddb4ef99e51
3
+ size 663909
raw_dataset/ACDC_original/testing/patient101/patient101_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4ef7985950bb4db05f78d719938a34c4afdcfd8a5526c0f5a7f2d6395d8ff2
3
+ size 6251
raw_dataset/ACDC_original/testing/patient101/patient101_frame14.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f54b8174d1e41c2ec79111d1323d1a0822f681b53c24fd57add8f184c03fe2
3
+ size 667156
raw_dataset/ACDC_original/testing/patient101/patient101_frame14_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:508d30d6fe41341b93f8078ebd8f0e71f26e09ea485b4d042b0a520f97aeb981
3
+ size 5616
raw_dataset/ACDC_original/testing/patient102/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 13
3
+ Group: NOR
4
+ Height: 156.0
5
+ NbFrame: 30
6
+ Weight: 75.0
raw_dataset/ACDC_original/testing/patient102/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient102/patient102_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abf58b9c89a0da3e381b6d8890f384714eefec8e4457d461d023c5184359750
3
+ size 15813960
raw_dataset/ACDC_original/testing/patient102/patient102_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e9e19d77d9159c60b0e86bb7c94702c14a88becc56517bd89210bc2d5dcea9f
3
+ size 527504
raw_dataset/ACDC_original/testing/patient102/patient102_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76379170268f338a466b40fc5534f9dd3462aa8222d54767ecc94209365e1bd7
3
+ size 4349
raw_dataset/ACDC_original/testing/patient102/patient102_frame13.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1826defa69560eb21393989921103040c5677c20058e610e571b58bce7088c4
3
+ size 527215
raw_dataset/ACDC_original/testing/patient102/patient102_frame13_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a41aef72774b42dec72c46e9545142f2515a2f13e5d7fd3449b9424986e2a2de
3
+ size 3769
raw_dataset/ACDC_original/testing/patient103/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 11
3
+ Group: MINF
4
+ Height: 175.0
5
+ NbFrame: 30
6
+ Weight: 107.0
raw_dataset/ACDC_original/testing/patient103/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient103/patient103_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:483d51036d3c219f1bd637c39d233d9212c74c6f47f48ebcfd326dfcee95219f
3
+ size 17325259
raw_dataset/ACDC_original/testing/patient103/patient103_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4612a18833119919f80bbbd2c6bb5de05c7b49a5d2a2d70190a7196820f5f529
3
+ size 576604
raw_dataset/ACDC_original/testing/patient103/patient103_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab375dc2e59a50d0b7ff883a9f5ec651c695aaa0bd7d81ae929ac2b88345728
3
+ size 5694
raw_dataset/ACDC_original/testing/patient103/patient103_frame11.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f8f642090736c68cbf1dc6053a01de9ad8ce4b97f8f525eff19058aa24ca8e
3
+ size 578195
raw_dataset/ACDC_original/testing/patient103/patient103_frame11_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8d0fa5b4c9c52e30210de54e17a98dd36e44311f101230cddc90c2432d024f5
3
+ size 5392
raw_dataset/ACDC_original/testing/patient104/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 11
3
+ Group: HCM
4
+ Height: 180.0
5
+ NbFrame: 30
6
+ Weight: 74.0
raw_dataset/ACDC_original/testing/patient104/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient104/patient104_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdfe7400f9fae63f3ee24098dcaf48f59af6f91abf0061cc21672aa125e74db1
3
+ size 15971426
raw_dataset/ACDC_original/testing/patient104/patient104_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d330cc774adbd647d753c59b5a435c771ce35a9af9d4fed577ac5b6e51955d21
3
+ size 530800
raw_dataset/ACDC_original/testing/patient104/patient104_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8156689a4c0ee64f458d8042300fe651a49d595f7dd06e15249899f69dc48c
3
+ size 6089
raw_dataset/ACDC_original/testing/patient104/patient104_frame11.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e614f15566913008ea2f3026b0acb539794cd326a396ac262d97d18d9b7cd2f6
3
+ size 532809
raw_dataset/ACDC_original/testing/patient104/patient104_frame11_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4accaf48e8ff2f68942363cb07b17cee966621f86f2a601acbd1db911331c53
3
+ size 4524
raw_dataset/ACDC_original/testing/patient105/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 10
3
+ Group: HCM
4
+ Height: 173.0
5
+ NbFrame: 30
6
+ Weight: 84.0
raw_dataset/ACDC_original/testing/patient105/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient105/patient105_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb33a00f58d42ae5a11a37f52dc75aeba97ce314355cd2576cc5350ccf24e72
3
+ size 21075085
raw_dataset/ACDC_original/testing/patient105/patient105_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee442fa56c202c74bf3aa983dde2ad7d60dd6623b72f5d30b46ab154fc391e0a
3
+ size 700708
raw_dataset/ACDC_original/testing/patient105/patient105_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5624e2ba5df694b98e4bdd1a9c56605912389a5fac59b133f1d9c1cef46558f0
3
+ size 5852
raw_dataset/ACDC_original/testing/patient105/patient105_frame10.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c89132c7ae8fedfd8e885096b2525b3abe252cdd8c4f4ab1400435f273904f0
3
+ size 703691
raw_dataset/ACDC_original/testing/patient105/patient105_frame10_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fb987b0377c5577a42d0d92c7028c0a5ba63537401ec52d805961db74937be4
3
+ size 4846
raw_dataset/ACDC_original/testing/patient106/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 13
3
+ Group: DCM
4
+ Height: 181.0
5
+ NbFrame: 30
6
+ Weight: 91.0
raw_dataset/ACDC_original/testing/patient106/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502
raw_dataset/ACDC_original/testing/patient106/patient106_4d.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bbf6d82b9b2f8298a78a1eeb89e3f70f689770839464672680c00117b17fcef
3
+ size 17093898
raw_dataset/ACDC_original/testing/patient106/patient106_frame01.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca87eb4bd9587ee056d1d5fffed10f80b6313f427b75a9314bbf48d34a19a13
3
+ size 567795
raw_dataset/ACDC_original/testing/patient106/patient106_frame01_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c9c58280f8823a8d7797f36a825f92bebb1f55e831de4ba1da54b360b0014b3
3
+ size 6804
raw_dataset/ACDC_original/testing/patient106/patient106_frame13.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a09432bfd61134c78462b92a6f5110b7d9f915743dc8eee99a7582c2823b5b9
3
+ size 569839
raw_dataset/ACDC_original/testing/patient106/patient106_frame13_gt.nii.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81ff085face8f826b2241959e1a384b580a510e9efcc3af7dfa9a6d210eb1a6
3
+ size 6586
raw_dataset/ACDC_original/testing/patient107/Info.cfg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ED: 1
2
+ ES: 10
3
+ Group: NOR
4
+ Height: 155.0
5
+ NbFrame: 30
6
+ Weight: 47.0
raw_dataset/ACDC_original/testing/patient107/MANDATORY_CITATION.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ You have to refer to this citation for any use of the ACDC database
2
+
3
+ O. Bernard, A. Lalande, C. Zotti, F. Cervenansky, et al.
4
+ "Deep Learning Techniques for Automatic MRI Cardiac Multi-structures Segmentation and Diagnosis: Is the Problem Solved ?" in IEEE Transactions on Medical Imaging, vol. 37, no. 11, pp. 2514-2525, Nov. 2018
5
+ doi: 10.1109/TMI.2018.2837502