Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
text: string
patient_size: null
age: int64
label_file: string
spine_series_uid: string
partial_annotation: bool
kvp: double
match_type: string
n_voxels_bg: int64
postwrite_hip_bone_pct: double
sex: string
prov_spine: string
slice_thickness: double
has_l6: bool
config: string
token: string
n_voxels_fg: int64
ct_resampled_to_mask: bool
prov_pelvis: string
pelvic_bone_pct: double
spine_bone_pct: double
age_band: string
alignment_ok: bool
lstv_vertebral: string
manufacturer_model: string
pelvic_series_uid: string
lstv_class: int64
ct_file: string
lstv_label: string
convolution_kernel: string
position: string
manufacturer: string
n_voxels_ignore: int64
lstv_pelvic: string
lstv_agreement: bool
qc_file: string
patient_weight: double
n_lumbar_labels: int64
lstv_confusion_zone: bool
to
{'token': Value('string'), 'position': Value('string'), 'age': Value('int64'), 'age_band': Value('string'), 'sex': Value('string'), 'patient_weight': Value('float64'), 'patient_size': Value('null'), 'convolution_kernel': Value('string'), 'manufacturer': Value('string'), 'manufacturer_model': Value('string'), 'slice_thickness': Value('float64'), 'kvp': Value('float64'), 'config': Value('string'), 'match_type': Value('string'), 'prov_spine': Value('string'), 'prov_pelvis': Value('string'), 'lstv_label': Value('string'), 'lstv_class': Value('int64'), 'lstv_pelvic': Value('string'), 'lstv_vertebral': Value('string'), 'lstv_agreement': Value('bool'), 'lstv_confusion_zone': Value('bool'), 'has_l6': Value('bool'), 'n_lumbar_labels': Value('int64'), 'alignment_ok': Value('bool'), 'ct_resampled_to_mask': Value('bool'), 'postwrite_hip_bone_pct': Value('float64'), 'partial_annotation': Value('bool'), 'n_voxels_ignore': Value('int64'), 'n_voxels_fg': Value('int64'), 'n_voxels_bg': Value('int64'), 'spine_series_uid': Value('string'), 'pelvic_series_uid': Value('string'), 'spine_bone_pct': Value('float64'), 'pelvic_bone_pct': Value('float64'), 'ct_file': Value('string'), 'label_file': Value('string'), 'qc_file': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
text: string
patient_size: null
age: int64
label_file: string
spine_series_uid: string
partial_annotation: bool
kvp: double
match_type: string
n_voxels_bg: int64
postwrite_hip_bone_pct: double
sex: string
prov_spine: string
slice_thickness: double
has_l6: bool
config: string
token: string
n_voxels_fg: int64
ct_resampled_to_mask: bool
prov_pelvis: string
pelvic_bone_pct: double
spine_bone_pct: double
age_band: string
alignment_ok: bool
lstv_vertebral: string
manufacturer_model: string
pelvic_series_uid: string
lstv_class: int64
ct_file: string
lstv_label: string
convolution_kernel: string
position: string
manufacturer: string
n_voxels_ignore: int64
lstv_pelvic: string
lstv_agreement: bool
qc_file: string
patient_weight: double
n_lumbar_labels: int64
lstv_confusion_zone: bool
to
{'token': Value('string'), 'position': Value('string'), 'age': Value('int64'), 'age_band': Value('string'), 'sex': Value('string'), 'patient_weight': Value('float64'), 'patient_size': Value('null'), 'convolution_kernel': Value('string'), 'manufacturer': Value('string'), 'manufacturer_model': Value('string'), 'slice_thickness': Value('float64'), 'kvp': Value('float64'), 'config': Value('string'), 'match_type': Value('string'), 'prov_spine': Value('string'), 'prov_pelvis': Value('string'), 'lstv_label': Value('string'), 'lstv_class': Value('int64'), 'lstv_pelvic': Value('string'), 'lstv_vertebral': Value('string'), 'lstv_agreement': Value('bool'), 'lstv_confusion_zone': Value('bool'), 'has_l6': Value('bool'), 'n_lumbar_labels': Value('int64'), 'alignment_ok': Value('bool'), 'ct_resampled_to_mask': Value('bool'), 'postwrite_hip_bone_pct': Value('float64'), 'partial_annotation': Value('bool'), 'n_voxels_ignore': Value('int64'), 'n_voxels_fg': Value('int64'), 'n_voxels_bg': Value('int64'), 'spine_series_uid': Value('string'), 'pelvic_series_uid': Value('string'), 'spine_bone_pct': Value('float64'), 'pelvic_bone_pct': Value('float64'), 'ct_file': Value('string'), 'label_file': Value('string'), 'qc_file': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
token string | position string | age int64 | age_band string | sex string | patient_weight null | patient_size null | convolution_kernel string | manufacturer string | manufacturer_model string | slice_thickness float64 | kvp float64 | config string | match_type string | prov_spine string | prov_pelvis string | lstv_label string | lstv_class int64 | lstv_pelvic string | lstv_vertebral string | lstv_agreement bool | lstv_confusion_zone bool | has_l6 bool | n_lumbar_labels int64 | alignment_ok bool | ct_resampled_to_mask bool | postwrite_hip_bone_pct float64 | partial_annotation bool | n_voxels_ignore int64 | n_voxels_fg int64 | n_voxels_bg int64 | spine_series_uid string | pelvic_series_uid string | spine_bone_pct float64 | pelvic_bone_pct float64 | ct_file string | label_file string | qc_file string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
167 | prone | 61 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | true | 6 | true | true | 78.8 | false | 0 | 2,081,246 | 152,583,714 | 1.3.6.1.4.1.9328.50.4.187992 | 1.3.6.1.4.1.9328.50.4.187992 | 64.5 | 71.9 | ct/0167_ct.nii.gz | labels/0167_label.nii.gz | qc/0167_qc.png |
737 | prone | 55 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | spine_only | spine_only | manual | null | LUMBARIZATION | 1 | null | LUMBARIZATION | null | false | true | 6 | true | true | null | true | 142,746,778 | 645,990 | 0 | 1.3.6.1.4.1.9328.50.4.839386 | null | 67.8 | null | ct/0737_spine_ct.nii.gz | labels/0737_spine_label.nii.gz | qc/0737_spine_qc.png |
344 | supine | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | spine_only | manual | null | LUMBARIZATION | 1 | null | LUMBARIZATION | null | false | true | 6 | true | true | null | true | 133,359,252 | 858,476 | 0 | 1.3.6.1.4.1.9328.50.4.384117 | null | 55.5 | null | ct/0344_spine_ct.nii.gz | labels/0344_spine_label.nii.gz | qc/0344_spine_qc.png |
672 | supine | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 73.2 | true | 143,377,218 | 1,326,270 | 0 | 1.3.6.1.4.1.9328.50.4.765698 | 1.3.6.1.4.1.9328.50.4.765190 | 73.8 | 70.4 | ct/0672_pelvic_ct.nii.gz | labels/0672_pelvic_label.nii.gz | qc/0672_pelvic_qc.png |
261 | supine | 67 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 68.5 | true | 156,972,874 | 2,148,534 | 0 | 1.3.6.1.4.1.9328.50.4.291365 | 1.3.6.1.4.1.9328.50.4.291953 | 69.1 | 68.3 | ct/0261_pelvic_ct.nii.gz | labels/0261_pelvic_label.nii.gz | qc/0261_pelvic_qc.png |
672 | supine | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | spine_only | separate | manual | null | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | true | 6 | true | true | null | true | 136,604,747 | 496,565 | 0 | 1.3.6.1.4.1.9328.50.4.765698 | 1.3.6.1.4.1.9328.50.4.765190 | 73.8 | 70.4 | ct/0672_spine_ct.nii.gz | labels/0672_spine_label.nii.gz | qc/0672_spine_qc.png |
215 | supine | 51 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | true | 6 | true | true | null | true | 156,548,334 | 1,000,210 | 0 | 1.3.6.1.4.1.9328.50.4.242414 | 1.3.6.1.4.1.9328.50.4.242435 | 84.8 | 73.9 | ct/0215_spine_ct.nii.gz | labels/0215_spine_label.nii.gz | qc/0215_spine_qc.png |
175 | supine | 54 | 50-59 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | spine_only | separate | manual | null | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | true | 6 | true | true | null | true | 138,901,781 | 820,971 | 0 | 1.3.6.1.4.1.9328.50.4.197318 | 1.3.6.1.4.1.9328.50.4.197855 | 70.8 | 71.1 | ct/0175_spine_ct.nii.gz | labels/0175_spine_label.nii.gz | qc/0175_spine_qc.png |
149 | prone | 56 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | spine_only | spine_only | manual | null | LUMBARIZATION | 1 | null | LUMBARIZATION | null | false | true | 6 | true | true | null | true | 155,724,026 | 513,798 | 0 | 1.3.6.1.4.1.9328.50.4.169139 | null | 71.2 | null | ct/0149_spine_ct.nii.gz | labels/0149_spine_label.nii.gz | qc/0149_spine_qc.png |
587 | supine | 80 | 80-89 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 54.2 | true | 149,840,950 | 2,726,858 | 0 | 1.3.6.1.4.1.9328.50.4.665720 | 1.3.6.1.4.1.9328.50.4.666280 | 57.7 | 54.8 | ct/0587_pelvic_ct.nii.gz | labels/0587_pelvic_label.nii.gz | qc/0587_pelvic_qc.png |
401 | prone | 57 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 58.4 | true | 145,811,794 | 2,561,710 | 0 | 1.3.6.1.4.1.9328.50.4.448857 | 1.3.6.1.4.1.9328.50.4.448290 | 58.1 | 56.2 | ct/0401_pelvic_ct.nii.gz | labels/0401_pelvic_label.nii.gz | qc/0401_pelvic_qc.png |
175 | supine | 54 | 50-59 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 74.1 | true | 149,855,630 | 1,925,746 | 0 | 1.3.6.1.4.1.9328.50.4.197318 | 1.3.6.1.4.1.9328.50.4.197855 | 70.8 | 71.1 | ct/0175_pelvic_ct.nii.gz | labels/0175_pelvic_label.nii.gz | qc/0175_pelvic_qc.png |
666 | supine | 70 | 70-79 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | pelvic_native | separate | null | manual | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | false | 0 | true | true | 66.9 | true | 132,918,332 | 1,037,252 | 0 | 1.3.6.1.4.1.9328.50.4.757848 | 1.3.6.1.4.1.9328.50.4.758348 | 62.7 | 63.7 | ct/0666_pelvic_ct.nii.gz | labels/0666_pelvic_label.nii.gz | qc/0666_pelvic_qc.png |
666 | supine | 70 | 70-79 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | spine_only | separate | manual | null | LUMBARIZATION | 1 | NORMAL | LUMBARIZATION | false | true | true | 6 | true | true | null | true | 129,570,821 | 452,603 | 0 | 1.3.6.1.4.1.9328.50.4.757848 | 1.3.6.1.4.1.9328.50.4.758348 | 62.7 | 63.7 | ct/0666_spine_ct.nii.gz | labels/0666_spine_label.nii.gz | qc/0666_spine_qc.png |
615 | prone | 50 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 4 | true | true | 56.1 | false | 0 | 3,278,667 | 128,055,477 | 1.3.6.1.4.1.9328.50.4.700094 | 1.3.6.1.4.1.9328.50.4.700094 | 57 | 55 | ct/0615_ct.nii.gz | labels/0615_label.nii.gz | qc/0615_qc.png |
32 | prone | 59 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | SACRALIZATION | 3 | SACRALIZATION | NORMAL | false | true | false | 5 | true | true | 82.8 | false | 0 | 2,174,196 | 123,654,924 | 1.3.6.1.4.1.9328.50.4.33941 | 1.3.6.1.4.1.9328.50.4.33941 | 78.5 | 77.5 | ct/0032_ct.nii.gz | labels/0032_label.nii.gz | qc/0032_qc.png |
120 | supine | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | SEMI_SACRALIZATION | 0 | SEMI_SACRALIZATION | NORMAL | false | true | false | 5 | true | true | null | true | 127,668,240 | 520,176 | 0 | 1.3.6.1.4.1.9328.50.4.131912 | 1.3.6.1.4.1.9328.50.4.131891 | 57.8 | 58.7 | ct/0120_spine_ct.nii.gz | labels/0120_spine_label.nii.gz | qc/0120_spine_qc.png |
6 | supine | 50 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | SACRALIZATION | NORMAL | false | true | false | 5 | true | true | null | true | 121,700,572 | 720,676 | 0 | 1.3.6.1.4.1.9328.50.4.5980 | 1.3.6.1.4.1.9328.50.4.5691 | 59.5 | 56 | ct/0006_spine_ct.nii.gz | labels/0006_spine_label.nii.gz | qc/0006_spine_qc.png |
537 | supine | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 4 | true | true | null | true | 140,122,344 | 648,984 | 0 | 1.3.6.1.4.1.9328.50.4.606024 | 1.3.6.1.4.1.9328.50.4.606003 | 59.4 | 57.3 | ct/0537_spine_ct.nii.gz | labels/0537_spine_label.nii.gz | qc/0537_spine_qc.png |
721 | supine | 58 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 4 | true | true | null | true | 102,319,620 | 440,828 | 0 | 1.3.6.1.4.1.9328.50.4.819726 | 1.3.6.1.4.1.9328.50.4.819324 | 63.3 | 69.6 | ct/0721_spine_ct.nii.gz | labels/0721_spine_label.nii.gz | qc/0721_spine_qc.png |
15 | prone | 89 | 80-89 | other | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | SACRALIZATION | NORMAL | false | true | false | 0 | true | true | 53.9 | true | 134,245,059 | 2,331,965 | 0 | 1.3.6.1.4.1.9328.50.4.15089 | 1.3.6.1.4.1.9328.50.4.14567 | 55.6 | 52.1 | ct/0015_pelvic_ct.nii.gz | labels/0015_pelvic_label.nii.gz | qc/0015_pelvic_qc.png |
721 | supine | 58 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 0 | true | true | 75.8 | true | 103,491,203 | 1,628,541 | 0 | 1.3.6.1.4.1.9328.50.4.819726 | 1.3.6.1.4.1.9328.50.4.819324 | 63.3 | 69.6 | ct/0721_pelvic_ct.nii.gz | labels/0721_pelvic_label.nii.gz | qc/0721_pelvic_qc.png |
554 | prone | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 0 | true | true | 76 | true | 129,346,104 | 1,988,040 | 0 | 1.3.6.1.4.1.9328.50.4.627329 | 1.3.6.1.4.1.9328.50.4.626827 | 72.2 | 71.1 | ct/0554_pelvic_ct.nii.gz | labels/0554_pelvic_label.nii.gz | qc/0554_pelvic_qc.png |
120 | supine | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | pelvic_native | separate | null | manual | SEMI_SACRALIZATION | 0 | SEMI_SACRALIZATION | NORMAL | false | true | false | 0 | true | true | 61.8 | true | 138,530,479 | 1,454,417 | 0 | 1.3.6.1.4.1.9328.50.4.131912 | 1.3.6.1.4.1.9328.50.4.131891 | 57.8 | 58.7 | ct/0120_pelvic_ct.nii.gz | labels/0120_pelvic_label.nii.gz | qc/0120_pelvic_qc.png |
104 | supine | 54 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 4 | true | true | null | true | 133,500,760 | 454,824 | 0 | 1.3.6.1.4.1.9328.50.4.114781 | 1.3.6.1.4.1.9328.50.4.115297 | 62.3 | 62.7 | ct/0104_spine_ct.nii.gz | labels/0104_spine_label.nii.gz | qc/0104_spine_qc.png |
104 | supine | 54 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 0 | true | true | 67.3 | true | 139,428,698 | 1,604,774 | 0 | 1.3.6.1.4.1.9328.50.4.114781 | 1.3.6.1.4.1.9328.50.4.115297 | 62.3 | 62.7 | ct/0104_pelvic_ct.nii.gz | labels/0104_pelvic_label.nii.gz | qc/0104_pelvic_qc.png |
123 | prone | 65 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | SACRALIZATION | NORMAL | false | true | false | 5 | true | true | null | true | 171,643,512 | 585,096 | 0 | 1.3.6.1.4.1.9328.50.4.135859 | 1.3.6.1.4.1.9328.50.4.136517 | 57.7 | 55.9 | ct/0123_spine_ct.nii.gz | labels/0123_spine_label.nii.gz | qc/0123_spine_qc.png |
123 | prone | 65 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | SACRALIZATION | NORMAL | false | true | false | 0 | true | true | 60.5 | true | 177,094,155 | 1,688,053 | 0 | 1.3.6.1.4.1.9328.50.4.135859 | 1.3.6.1.4.1.9328.50.4.136517 | 57.7 | 55.9 | ct/0123_pelvic_ct.nii.gz | labels/0123_pelvic_label.nii.gz | qc/0123_pelvic_qc.png |
67 | supine | 89 | 80-89 | null | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | SACRALIZATION | LUMBARIZATION | false | true | false | 0 | true | true | 62.9 | true | 144,458,582 | 2,342,058 | 0 | 1.3.6.1.4.1.9328.50.4.73318 | 1.3.6.1.4.1.9328.50.4.73878 | 52.9 | 58.3 | ct/0067_pelvic_ct.nii.gz | labels/0067_pelvic_label.nii.gz | qc/0067_pelvic_qc.png |
4 | supine | 51 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | spine_only | separate | manual | null | SACRALIZATION | 3 | SACRALIZATION | LUMBARIZATION | false | true | true | 6 | true | true | null | true | 135,592,031 | 722,849 | 0 | 1.3.6.1.4.1.9328.50.4.4371 | 1.3.6.1.4.1.9328.50.4.3828 | 52.1 | 51.7 | ct/0004_spine_ct.nii.gz | labels/0004_spine_label.nii.gz | qc/0004_spine_qc.png |
64 | prone | 89 | 80-89 | null | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | spine_only | spine_only | manual | null | SACRALIZATION | 3 | null | SACRALIZATION | null | false | false | 4 | true | true | null | true | 132,006,628 | 900,380 | 0 | 1.3.6.1.4.1.9328.50.4.70655 | null | 55.3 | null | ct/0064_spine_ct.nii.gz | labels/0064_spine_label.nii.gz | qc/0064_spine_qc.png |
555 | supine | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | NORMAL | SACRALIZATION | false | true | false | 0 | true | true | 65.4 | true | 126,243,452 | 1,944,964 | 0 | 1.3.6.1.4.1.9328.50.4.627861 | 1.3.6.1.4.1.9328.50.4.628333 | 61.2 | 58.7 | ct/0555_pelvic_ct.nii.gz | labels/0555_pelvic_label.nii.gz | qc/0555_pelvic_qc.png |
22 | supine | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | pelvic_native | pelvic_only | null | manual | SEMI_SACRALIZATION | 0 | SEMI_SACRALIZATION | null | null | false | false | 0 | true | true | 74.8 | true | 145,178,047 | 1,622,593 | 0 | null | 1.3.6.1.4.1.9328.50.4.22612 | null | 72.6 | ct/0022_pelvic_ct.nii.gz | labels/0022_pelvic_label.nii.gz | qc/0022_pelvic_qc.png |
4 | supine | 51 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | separate | null | manual | SACRALIZATION | 3 | SACRALIZATION | LUMBARIZATION | false | true | false | 0 | true | true | 53.8 | true | 140,803,088 | 1,803,248 | 0 | 1.3.6.1.4.1.9328.50.4.4371 | 1.3.6.1.4.1.9328.50.4.3828 | 52.1 | 51.7 | ct/0004_pelvic_ct.nii.gz | labels/0004_pelvic_label.nii.gz | qc/0004_pelvic_qc.png |
140 | prone | 56 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | pelvic_native | pelvic_only | null | manual | SACRALIZATION | 3 | SACRALIZATION | null | null | false | false | 0 | true | true | 79.7 | true | 148,958,776 | 987,592 | 0 | null | 1.3.6.1.4.1.9328.50.4.157507 | null | 74.2 | ct/0140_pelvic_ct.nii.gz | labels/0140_pelvic_label.nii.gz | qc/0140_pelvic_qc.png |
479 | supine | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 96.8 | false | 0 | 1,660,473 | 156,674,503 | 1.3.6.1.4.1.9328.50.4.540086 | 1.3.6.1.4.1.9328.50.4.540086 | 96.5 | 91.4 | ct/0479_ct.nii.gz | labels/0479_label.nii.gz | qc/0479_qc.png |
698 | prone | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 64.6 | false | 0 | 2,712,120 | 148,020,680 | 1.3.6.1.4.1.9328.50.4.796062 | 1.3.6.1.4.1.9328.50.4.796062 | 62.8 | 61.5 | ct/0698_ct.nii.gz | labels/0698_label.nii.gz | qc/0698_qc.png |
124 | prone | 50 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 74.7 | false | 0 | 2,445,750 | 134,131,274 | 1.3.6.1.4.1.9328.50.4.137228 | 1.3.6.1.4.1.9328.50.4.137228 | 86.3 | 75.3 | ct/0124_ct.nii.gz | labels/0124_label.nii.gz | qc/0124_qc.png |
663 | supine | 60 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 63 | false | 0 | 2,574,347 | 146,847,733 | 1.3.6.1.4.1.9328.50.4.755138 | 1.3.6.1.4.1.9328.50.4.755138 | 61.3 | 59.7 | ct/0663_ct.nii.gz | labels/0663_label.nii.gz | qc/0663_qc.png |
113 | prone | 52 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 67.4 | false | 0 | 2,181,135 | 134,920,177 | 1.3.6.1.4.1.9328.50.4.123991 | 1.3.6.1.4.1.9328.50.4.123991 | 72.3 | 65.6 | ct/0113_ct.nii.gz | labels/0113_label.nii.gz | qc/0113_qc.png |
115 | supine | 54 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 76.7 | false | 0 | 2,654,718 | 157,515,266 | 1.3.6.1.4.1.9328.50.4.126647 | 1.3.6.1.4.1.9328.50.4.126647 | 79.1 | 75.1 | ct/0115_ct.nii.gz | labels/0115_label.nii.gz | qc/0115_qc.png |
281 | supine | 52 | 50-59 | female | null | null | B | Philips | Brilliance 40 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 68.1 | false | 0 | 2,652,759 | 131,827,113 | 1.3.6.1.4.1.9328.50.4.312547 | 1.3.6.1.4.1.9328.50.4.312547 | 61.3 | 63.2 | ct/0281_ct.nii.gz | labels/0281_label.nii.gz | qc/0281_qc.png |
763 | prone | 68 | 60-69 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 73.9 | false | 0 | 2,217,311 | 141,175,457 | 1.3.6.1.4.1.9328.50.4.869221 | 1.3.6.1.4.1.9328.50.4.869221 | 67 | 68.3 | ct/0763_ct.nii.gz | labels/0763_label.nii.gz | qc/0763_qc.png |
246 | prone | 50 | 50-59 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 66.3 | false | 0 | 3,355,396 | 143,445,244 | 1.3.6.1.4.1.9328.50.4.287020 | 1.3.6.1.4.1.9328.50.4.287020 | 68.1 | 64.2 | ct/0246_ct.nii.gz | labels/0246_label.nii.gz | qc/0246_qc.png |
621 | prone | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 69.4 | false | 0 | 1,493,070 | 147,929,010 | 1.3.6.1.4.1.9328.50.4.707196 | 1.3.6.1.4.1.9328.50.4.707196 | 64.3 | 63.4 | ct/0621_ct.nii.gz | labels/0621_label.nii.gz | qc/0621_qc.png |
381 | prone | 53 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 82.7 | false | 0 | 1,789,643 | 145,273,141 | 1.3.6.1.4.1.9328.50.4.426372 | 1.3.6.1.4.1.9328.50.4.426372 | 76.8 | 76.1 | ct/0381_ct.nii.gz | labels/0381_label.nii.gz | qc/0381_qc.png |
687 | supine | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 62.1 | false | 0 | 2,491,284 | 162,921,580 | 1.3.6.1.4.1.9328.50.4.782751 | 1.3.6.1.4.1.9328.50.4.782751 | 56.7 | 59.3 | ct/0687_ct.nii.gz | labels/0687_label.nii.gz | qc/0687_qc.png |
449 | supine | 70 | 70-79 | male | null | null | B | Philips | Brilliance 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 59 | false | 0 | 2,944,967 | 138,088,505 | 1.3.6.1.4.1.9328.50.4.503738 | 1.3.6.1.4.1.9328.50.4.503738 | 57.5 | 58.1 | ct/0449_ct.nii.gz | labels/0449_label.nii.gz | qc/0449_qc.png |
403 | prone | null | null | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 83.8 | false | 0 | 1,724,439 | 124,366,825 | 1.3.6.1.4.1.9328.50.4.458868 | 1.3.6.1.4.1.9328.50.4.458868 | 79 | 77.8 | ct/0403_ct.nii.gz | labels/0403_label.nii.gz | qc/0403_qc.png |
772 | prone | 67 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 59.3 | false | 0 | 2,470,173 | 141,184,739 | 1.3.6.1.4.1.9328.50.4.880537 | 1.3.6.1.4.1.9328.50.4.880537 | 67 | 59.1 | ct/0772_ct.nii.gz | labels/0772_label.nii.gz | qc/0772_qc.png |
707 | prone | 60 | 60-69 | male | null | null | B20f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 56.2 | false | 0 | 3,021,820 | 102,097,924 | 1.3.6.1.4.1.9328.50.4.806165 | 1.3.6.1.4.1.9328.50.4.806165 | 61 | 55.4 | ct/0707_ct.nii.gz | labels/0707_label.nii.gz | qc/0707_qc.png |
651 | supine | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 58.5 | false | 0 | 3,429,976 | 127,904,168 | 1.3.6.1.4.1.9328.50.4.741945 | 1.3.6.1.4.1.9328.50.4.741945 | 61 | 56.5 | ct/0651_ct.nii.gz | labels/0651_label.nii.gz | qc/0651_qc.png |
640 | prone | 70 | 70-79 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 77.4 | false | 0 | 1,719,943 | 154,780,025 | 1.3.6.1.4.1.9328.50.4.729210 | 1.3.6.1.4.1.9328.50.4.729210 | 62.6 | 68.9 | ct/0640_ct.nii.gz | labels/0640_label.nii.gz | qc/0640_qc.png |
683 | prone | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 81.6 | false | 0 | 2,187,562 | 129,146,582 | 1.3.6.1.4.1.9328.50.4.778522 | 1.3.6.1.4.1.9328.50.4.778522 | 79.4 | 77.8 | ct/0683_ct.nii.gz | labels/0683_label.nii.gz | qc/0683_qc.png |
639 | supine | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 66.9 | false | 0 | 1,959,585 | 137,238,879 | 1.3.6.1.4.1.9328.50.4.727587 | 1.3.6.1.4.1.9328.50.4.727587 | 61.1 | 62.6 | ct/0639_ct.nii.gz | labels/0639_label.nii.gz | qc/0639_qc.png |
585 | prone | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 89 | false | 0 | 2,501,159 | 146,920,921 | 1.3.6.1.4.1.9328.50.4.663774 | 1.3.6.1.4.1.9328.50.4.663774 | 85.6 | 84.5 | ct/0585_ct.nii.gz | labels/0585_label.nii.gz | qc/0585_qc.png |
402 | prone | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 74 | false | 0 | 1,905,739 | 146,467,765 | 1.3.6.1.4.1.9328.50.4.449460 | 1.3.6.1.4.1.9328.50.4.449460 | 70.9 | 68.5 | ct/0402_ct.nii.gz | labels/0402_label.nii.gz | qc/0402_qc.png |
776 | supine | 60 | 60-69 | female | null | null | B | Philips | Brilliance 40 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 75.7 | false | 0 | 2,688,399 | 105,314,929 | 1.3.6.1.4.1.9328.50.4.884378 | 1.3.6.1.4.1.9328.50.4.884378 | 90.8 | 74 | ct/0776_ct.nii.gz | labels/0776_label.nii.gz | qc/0776_qc.png |
33 | prone | 61 | 60-69 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 69.6 | false | 0 | 2,785,661 | 119,897,731 | 1.3.6.1.4.1.9328.50.4.34880 | 1.3.6.1.4.1.9328.50.4.34880 | 70.6 | 66.5 | ct/0033_ct.nii.gz | labels/0033_label.nii.gz | qc/0033_qc.png |
434 | prone | 50 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 72.9 | false | 0 | 2,783,451 | 140,609,317 | 1.3.6.1.4.1.9328.50.4.486684 | 1.3.6.1.4.1.9328.50.4.486684 | 75.5 | 69.9 | ct/0434_ct.nii.gz | labels/0434_label.nii.gz | qc/0434_qc.png |
14 | supine | null | null | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 67.5 | false | 0 | 2,140,225 | 149,379,007 | 1.3.6.1.4.1.9328.50.4.13405 | 1.3.6.1.4.1.9328.50.4.13405 | 76.3 | 64.7 | ct/0014_ct.nii.gz | labels/0014_label.nii.gz | qc/0014_qc.png |
142 | prone | 58 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 70.8 | false | 0 | 2,284,828 | 173,089,508 | 1.3.6.1.4.1.9328.50.4.159923 | 1.3.6.1.4.1.9328.50.4.159923 | 62.1 | 67.5 | ct/0142_ct.nii.gz | labels/0142_label.nii.gz | qc/0142_qc.png |
76 | prone | 62 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 61.4 | false | 0 | 2,648,630 | 143,627,722 | 1.3.6.1.4.1.9328.50.4.82958 | 1.3.6.1.4.1.9328.50.4.82958 | 59.6 | 59.4 | ct/0076_ct.nii.gz | labels/0076_label.nii.gz | qc/0076_qc.png |
681 | prone | 50 | 50-59 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed VCT | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 77.7 | false | 0 | 3,459,266 | 144,127,806 | 1.3.6.1.4.1.9328.50.4.776432 | 1.3.6.1.4.1.9328.50.4.776432 | 85.7 | 77 | ct/0681_ct.nii.gz | labels/0681_label.nii.gz | qc/0681_qc.png |
782 | supine | 50 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 73 | false | 0 | 1,877,196 | 143,088,436 | 1.3.6.1.4.1.9328.50.4.890473 | 1.3.6.1.4.1.9328.50.4.890473 | 62.3 | 67.8 | ct/0782_ct.nii.gz | labels/0782_label.nii.gz | qc/0782_qc.png |
583 | prone | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 69.7 | false | 0 | 2,076,569 | 136,073,319 | 1.3.6.1.4.1.9328.50.4.661016 | 1.3.6.1.4.1.9328.50.4.661016 | 67 | 67.8 | ct/0583_ct.nii.gz | labels/0583_label.nii.gz | qc/0583_qc.png |
626 | supine | 60 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 72.7 | false | 0 | 3,022,673 | 156,098,735 | 1.3.6.1.4.1.9328.50.4.712865 | 1.3.6.1.4.1.9328.50.4.712865 | 81.5 | 71.7 | ct/0626_ct.nii.gz | labels/0626_label.nii.gz | qc/0626_qc.png |
481 | prone | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 73.9 | false | 0 | 2,515,851 | 99,196,021 | 1.3.6.1.4.1.9328.50.4.541878 | 1.3.6.1.4.1.9328.50.4.541878 | 69.9 | 69.2 | ct/0481_ct.nii.gz | labels/0481_label.nii.gz | qc/0481_qc.png |
63 | prone | 89 | 80-89 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 82.9 | false | 0 | 2,659,584 | 152,005,376 | 1.3.6.1.4.1.9328.50.4.68999 | 1.3.6.1.4.1.9328.50.4.68999 | 86.6 | 81.2 | ct/0063_ct.nii.gz | labels/0063_label.nii.gz | qc/0063_qc.png |
146 | prone | 61 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 64.1 | false | 0 | 2,450,570 | 149,855,094 | 1.3.6.1.4.1.9328.50.4.164672 | 1.3.6.1.4.1.9328.50.4.164672 | 66.2 | 61.4 | ct/0146_ct.nii.gz | labels/0146_label.nii.gz | qc/0146_qc.png |
622 | supine | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 72.4 | false | 0 | 2,028,601 | 138,742,727 | 1.3.6.1.4.1.9328.50.4.707771 | 1.3.6.1.4.1.9328.50.4.707771 | 66 | 64.1 | ct/0622_ct.nii.gz | labels/0622_label.nii.gz | qc/0622_qc.png |
268 | prone | 52 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 76.6 | false | 0 | 2,342,653 | 122,437,891 | 1.3.6.1.4.1.9328.50.4.299313 | 1.3.6.1.4.1.9328.50.4.299313 | 77.9 | 73.3 | ct/0268_ct.nii.gz | labels/0268_label.nii.gz | qc/0268_qc.png |
50 | prone | null | null | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 58.7 | false | 0 | 3,004,789 | 149,825,163 | 1.3.6.1.4.1.9328.50.4.53895 | 1.3.6.1.4.1.9328.50.4.53895 | 64.9 | 59.2 | ct/0050_ct.nii.gz | labels/0050_label.nii.gz | qc/0050_qc.png |
280 | supine | 55 | 50-59 | other | null | null | B | Philips | Brilliance 64 | 1 | 140 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 79.2 | false | 0 | 3,000,713 | 154,547,831 | 1.3.6.1.4.1.9328.50.4.311342 | 1.3.6.1.4.1.9328.50.4.311342 | 73.7 | 75 | ct/0280_ct.nii.gz | labels/0280_label.nii.gz | qc/0280_qc.png |
38 | prone | 60 | 60-69 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 56.9 | false | 0 | 2,589,633 | 163,609,663 | 1.3.6.1.4.1.9328.50.4.40022 | 1.3.6.1.4.1.9328.50.4.40022 | 56.8 | 54.5 | ct/0038_ct.nii.gz | labels/0038_label.nii.gz | qc/0038_qc.png |
190 | prone | 53 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 75.8 | false | 0 | 2,263,476 | 161,838,668 | 1.3.6.1.4.1.9328.50.4.216174 | 1.3.6.1.4.1.9328.50.4.216174 | 76.6 | 74.4 | ct/0190_ct.nii.gz | labels/0190_label.nii.gz | qc/0190_qc.png |
575 | prone | 60 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 67.6 | false | 0 | 3,134,997 | 133,704,171 | 1.3.6.1.4.1.9328.50.4.651065 | 1.3.6.1.4.1.9328.50.4.651065 | 68 | 65.5 | ct/0575_ct.nii.gz | labels/0575_label.nii.gz | qc/0575_qc.png |
482 | prone | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 61.1 | false | 0 | 3,457,677 | 142,294,387 | 1.3.6.1.4.1.9328.50.4.542649 | 1.3.6.1.4.1.9328.50.4.542649 | 63.4 | 57.9 | ct/0482_ct.nii.gz | labels/0482_label.nii.gz | qc/0482_qc.png |
559 | prone | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 87.9 | false | 0 | 1,819,310 | 132,398,418 | 1.3.6.1.4.1.9328.50.4.632454 | 1.3.6.1.4.1.9328.50.4.632454 | 86.3 | 83.4 | ct/0559_ct.nii.gz | labels/0559_label.nii.gz | qc/0559_qc.png |
233 | supine | 51 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 82.4 | false | 0 | 3,177,202 | 128,156,942 | 1.3.6.1.4.1.9328.50.4.262714 | 1.3.6.1.4.1.9328.50.4.262714 | 78.2 | 76.8 | ct/0233_ct.nii.gz | labels/0233_label.nii.gz | qc/0233_qc.png |
629 | prone | 60 | 60-69 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 86.8 | false | 0 | 2,610,110 | 130,559,042 | 1.3.6.1.4.1.9328.50.4.716132 | 1.3.6.1.4.1.9328.50.4.716132 | 76.8 | 79.8 | ct/0629_ct.nii.gz | labels/0629_label.nii.gz | qc/0629_qc.png |
168 | supine | 53 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 65.6 | false | 0 | 2,809,501 | 156,311,907 | 1.3.6.1.4.1.9328.50.4.188583 | 1.3.6.1.4.1.9328.50.4.188583 | 58.9 | 62.7 | ct/0168_ct.nii.gz | labels/0168_label.nii.gz | qc/0168_qc.png |
197 | supine | 55 | 50-59 | male | null | null | B | Philips | Brilliance 40 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 53.2 | false | 0 | 3,567,060 | 140,874,284 | 1.3.6.1.4.1.9328.50.4.223987 | 1.3.6.1.4.1.9328.50.4.223987 | 59.7 | 53.1 | ct/0197_ct.nii.gz | labels/0197_label.nii.gz | qc/0197_qc.png |
251 | prone | 55 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 79.9 | false | 0 | 1,634,156 | 129,699,988 | 1.3.6.1.4.1.9328.50.4.281543 | 1.3.6.1.4.1.9328.50.4.281543 | 75.1 | 74.7 | ct/0251_ct.nii.gz | labels/0251_label.nii.gz | qc/0251_qc.png |
222 | prone | 67 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 67.3 | false | 0 | 1,968,228 | 148,240,284 | 1.3.6.1.4.1.9328.50.4.251043 | 1.3.6.1.4.1.9328.50.4.251043 | 65.2 | 65.6 | ct/0222_ct.nii.gz | labels/0222_label.nii.gz | qc/0222_qc.png |
345 | prone | 67 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 52.3 | false | 0 | 3,016,501 | 148,240,587 | 1.3.6.1.4.1.9328.50.4.385146 | 1.3.6.1.4.1.9328.50.4.385146 | 31.1 | 52.5 | ct/0345_ct.nii.gz | labels/0345_label.nii.gz | qc/0345_qc.png |
742 | supine | null | null | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 62.2 | false | 0 | 3,059,578 | 160,518,278 | 1.3.6.1.4.1.9328.50.4.844869 | 1.3.6.1.4.1.9328.50.4.844869 | 66.3 | 61.2 | ct/0742_ct.nii.gz | labels/0742_label.nii.gz | qc/0742_qc.png |
560 | supine | 60 | 60-69 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 70.5 | false | 0 | 2,012,055 | 129,322,089 | 1.3.6.1.4.1.9328.50.4.632971 | 1.3.6.1.4.1.9328.50.4.632971 | 68.1 | 64.7 | ct/0560_ct.nii.gz | labels/0560_label.nii.gz | qc/0560_qc.png |
161 | prone | 59 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 64.1 | false | 0 | 2,475,027 | 146,422,765 | 1.3.6.1.4.1.9328.50.4.181680 | 1.3.6.1.4.1.9328.50.4.181680 | 74.6 | 65.8 | ct/0161_ct.nii.gz | labels/0161_label.nii.gz | qc/0161_qc.png |
470 | prone | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 71.1 | false | 0 | 2,154,219 | 173,744,405 | 1.3.6.1.4.1.9328.50.4.529230 | 1.3.6.1.4.1.9328.50.4.529230 | 68.4 | 69.9 | ct/0470_ct.nii.gz | labels/0470_label.nii.gz | qc/0470_qc.png |
758 | prone | 56 | 50-59 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 83.8 | false | 0 | 1,955,294 | 152,709,666 | 1.3.6.1.4.1.9328.50.4.863003 | 1.3.6.1.4.1.9328.50.4.863003 | 81.9 | 80.7 | ct/0758_ct.nii.gz | labels/0758_label.nii.gz | qc/0758_qc.png |
774 | prone | 60 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 57.1 | false | 0 | 2,276,333 | 150,815,763 | 1.3.6.1.4.1.9328.50.4.882714 | 1.3.6.1.4.1.9328.50.4.882714 | 60.7 | 56.2 | ct/0774_ct.nii.gz | labels/0774_label.nii.gz | qc/0774_qc.png |
2 | prone | 60 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 62.2 | false | 0 | 3,136,130 | 163,849,598 | 1.3.6.1.4.1.9328.50.4.1241 | 1.3.6.1.4.1.9328.50.4.1241 | 64.5 | 60.7 | ct/0002_ct.nii.gz | labels/0002_label.nii.gz | qc/0002_qc.png |
294 | prone | 52 | 50-59 | male | null | null | B30f | SIEMENS | Sensation 16 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 59.8 | false | 0 | 3,862,992 | 154,209,840 | 1.3.6.1.4.1.9328.50.4.327335 | 1.3.6.1.4.1.9328.50.4.327335 | 54.9 | 58.8 | ct/0294_ct.nii.gz | labels/0294_label.nii.gz | qc/0294_qc.png |
361 | prone | 50 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 75.2 | false | 0 | 1,197,002 | 126,204,982 | 1.3.6.1.4.1.9328.50.4.402593 | 1.3.6.1.4.1.9328.50.4.402593 | 79.8 | 73.9 | ct/0361_ct.nii.gz | labels/0361_label.nii.gz | qc/0361_qc.png |
144 | prone | 56 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 86.1 | false | 0 | 1,959,948 | 151,132,148 | 1.3.6.1.4.1.9328.50.4.162318 | 1.3.6.1.4.1.9328.50.4.162318 | 83.6 | 79.9 | ct/0144_ct.nii.gz | labels/0144_label.nii.gz | qc/0144_qc.png |
579 | prone | 60 | 60-69 | male | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed VCT | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 59.9 | false | 0 | 3,181,671 | 166,687,641 | 1.3.6.1.4.1.9328.50.4.656038 | 1.3.6.1.4.1.9328.50.4.656038 | 51.7 | 56.8 | ct/0579_ct.nii.gz | labels/0579_label.nii.gz | qc/0579_qc.png |
305 | prone | 66 | 60-69 | male | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 68.8 | false | 0 | 1,763,034 | 141,367,590 | 1.3.6.1.4.1.9328.50.4.350249 | 1.3.6.1.4.1.9328.50.4.350249 | 63.6 | 66.2 | ct/0305_ct.nii.gz | labels/0305_label.nii.gz | qc/0305_qc.png |
616 | supine | 50 | 50-59 | female | null | null | B30f | SIEMENS | Sensation 64 | 1 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 85 | false | 0 | 3,580,924 | 140,860,420 | 1.3.6.1.4.1.9328.50.4.701134_orientation_fixed | 1.3.6.1.4.1.9328.50.4.701134_orientation_fixed | 84 | 80.5 | ct/0616_ct.nii.gz | labels/0616_label.nii.gz | qc/0616_qc.png |
176 | prone | 57 | 50-59 | female | null | null | STANDARD | GE MEDICAL SYSTEMS | LightSpeed16 | 1.25 | 120 | fused | fused | manual | manual | normal | 0 | NORMAL | NORMAL | true | false | false | 5 | true | true | 68 | false | 0 | 3,230,954 | 140,423,958 | 1.3.6.1.4.1.9328.50.4.198440 | 1.3.6.1.4.1.9328.50.4.198440 | 69.6 | 64.2 | ct/0176_ct.nii.gz | labels/0176_label.nii.gz | qc/0176_qc.png |
CTSpinoPelvic1K
A fused spine + pelvis 3D CT segmentation dataset built by patient-level crosswalk between three public sources:
- TCIA CT COLONOGRAPHY — DICOM CT volumes (prone + supine per patient)
- CTSpine1K (COLONOG subset) — VerSe-convention vertebral label masks
- CTPelvic1K dataset2 — sacrum + bilateral hip label masks
Annotations are placed onto the TCIA CT volume with the highest bone coverage (HU > 200), separately per anatomy. For ~650 patients both annotations land on the same series (fused cases); for the rest, spine and pelvic labels target different prone/supine acquisitions (separate cases).
Labels (10-class)
| ID | Name | Source |
|---|---|---|
| 0 | background | — |
| 1 | L1 | CTSpine1K (VerSe label 20 → 1) |
| 2 | L2 | CTSpine1K (VerSe label 21 → 2) |
| 3 | L3 | CTSpine1K (VerSe label 22 → 3) |
| 4 | L4 | CTSpine1K (VerSe label 23 → 4) |
| 5 | L5 | CTSpine1K (VerSe label 24 → 5) |
| 6 | L6 / LSTV | CTSpine1K (VerSe label 25 → 6) — lumbarized S1 |
| 7 | sacrum | CTPelvic1K (dataset2 label 1 → 7) |
| 8 | left hip | CTPelvic1K (dataset2 label 2 → 8) |
| 9 | right hip | CTPelvic1K (dataset2 label 3 → 9) |
CTPelvic1K's sacrum takes priority over CTSpine1K's sacrum (label 26) to avoid the two labelling conventions colliding in cases of lumbosacral transitional vertebrae.
Orientation
All volumes are canonicalised to PIR (Posterior-Inferior-Right). The CT and its label map share exactly the same 4×4 affine; no resampling is needed before training.
LSTV annotation
Each case carries two complementary LSTV (lumbosacral transitional vertebra) annotations:
lstv_vertebral— derived from CTSpine1K by counting lumbar labels in the segmentation (4 → sacralization, 5 → normal, 6 → lumbarization).lstv_pelvic— derived from CTPelvic1K filename qualifiers (any substring containing "sacralization" → sacralization).lstv_agreement—Truewhen both sources agree,Falsewhen they disagree,Nonewhen either side is uninformative.lstv_class— integer 0–3 summarising the dominant call (0=normal, 1=lumbarization, 2=semi-sacralization, 3=sacralization). Pelvic label takes priority.
Splits
70 / 15 / 15 train / val / test, stratified by (lstv_class × match_type) so
each split contains the rare sacralization and lumbarization classes.
File format
Each case is a single .npz file under data/<split>/token_<N>.npz:
import numpy as np, json
d = np.load("token_17.npz", allow_pickle=False)
ct = d["ct"] # int16 (Z, Y, X) HU
label = d["label"] # uint8 (Z, Y, X) 0..9
affine = d["affine"] # float32 (4, 4) RAS affine
meta = json.loads(str(d["meta"]))
print(meta["match_type"], meta["lstv_class"], meta["spine_bone_pct"])
Quickstart — PyTorch
from dataset_interface import CTSpinoPelvicDataset
from torch.utils.data import DataLoader
ds = CTSpinoPelvicDataset(
root = "anonymous-neurips-ED/CTSpinoPelvic1K",
split = "train",
cache_dir = "~/.cache/ctspinopelvic1k",
)
dl = DataLoader(ds, batch_size=1, shuffle=True)
for batch in dl:
ct, label = batch["ct"], batch["label"] # (B,1,Z,Y,X) / (B,Z,Y,X)
...
Quickstart — MONAI
from monai.transforms import (
Compose, RandCropByPosNegLabeld, RandFlipd, NormalizeIntensityd,
)
from dataset_interface import CTSpinoPelvicDataset
transforms = Compose([
NormalizeIntensityd(keys="ct", subtrahend=0, divisor=1000),
RandCropByPosNegLabeld(keys=("ct","label"), label_key="label",
spatial_size=(96,96,96), pos=2, neg=1, num_samples=2),
RandFlipd(keys=("ct","label"), prob=0.5, spatial_axis=(0,1,2)),
])
ds = CTSpinoPelvicDataset(root="anonymous-neurips-ED/CTSpinoPelvic1K",
split="train", transform=transforms)
Citation
Please cite the source datasets (CTSpine1K, CTPelvic1K, TCIA CT COLONOGRAPHY)
alongside this derivative release. BibTeX entries are provided in CITATION.cff.
License
- Source datasets — CT COLONOGRAPHY (TCIA), CTSpine1K, CTPelvic1K — retain their respective licenses.
- Derivative fused labels, splits, and code: CC BY-NC 4.0 (non-commercial).
- Downloads last month
- 78