Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,9 @@ dataset/
|
|
55 |
|-- <patient>/
|
56 |
| |-- field-strength.json
|
57 |
| |-- frame-rate.json
|
|
|
58 |
| |-- scanned-region.json
|
|
|
59 |
| |-- images/
|
60 |
| | |-- <patient_id>_frames.mha
|
61 |
| | `-- <patient_id>_frames<scan>.mha -> additional scans (for some of the unlabeled patients)
|
@@ -72,7 +74,7 @@ dataset/
|
|
72 |
| `-- targets/
|
73 |
| |-- D_001_first_label.mha
|
74 |
| `-- D_001_labels.mha
|
75 |
-
|-- F_002/ -> this is an unlabeled patient
|
76 |
| |-- field-strength.json -> 1.5 --> same for all scans of one patient
|
77 |
| |-- frame-rate.json -> 1.65 -> frame rate of first scan
|
78 |
| |-- frame-rate2.json -> 1.3 -> frame rate of second scan
|
|
|
55 |
|-- <patient>/
|
56 |
| |-- field-strength.json
|
57 |
| |-- frame-rate.json
|
58 |
+
| |-- frame-rate<scan>.json -> additional scans (for some of the unlabeled patients)
|
59 |
| |-- scanned-region.json
|
60 |
+
| |-- scanned-region<scan>.json -> additional scans (for some of the unlabeled patients)
|
61 |
| |-- images/
|
62 |
| | |-- <patient_id>_frames.mha
|
63 |
| | `-- <patient_id>_frames<scan>.mha -> additional scans (for some of the unlabeled patients)
|
|
|
74 |
| `-- targets/
|
75 |
| |-- D_001_first_label.mha
|
76 |
| `-- D_001_labels.mha
|
77 |
+
|-- F_002/ -> this is an unlabeled patient
|
78 |
| |-- field-strength.json -> 1.5 --> same for all scans of one patient
|
79 |
| |-- frame-rate.json -> 1.65 -> frame rate of first scan
|
80 |
| |-- frame-rate2.json -> 1.3 -> frame rate of second scan
|