Datasets:
Commit ·
f89fc6a
0
Parent(s):
MedVision v1.2.0 redistribution (squashed history)
Browse files- .gitattributes +60 -0
- README.md +111 -0
- data-part001.zip +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- medical
|
| 9 |
+
- image
|
| 10 |
+
- pet
|
| 11 |
+
- prostate
|
| 12 |
+
- cancer
|
| 13 |
+
- segmentation
|
| 14 |
+
pretty_name: 'deep-psma-lite'
|
| 15 |
+
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## About
|
| 21 |
+
This is a preprocessed redistribution of [DEEP-PSMA](https://deep-psma.grand-challenge.org/) ([Zenodo](https://zenodo.org/records/15281784)), which is released under the `CC BY-NC 4.0` license.
|
| 22 |
+
|
| 23 |
+
**Dataset summary:** 100 cases with paired PSMA and FDG PET scans and total-tumour-burden (TTB) masks for each tracer.
|
| 24 |
+
|
| 25 |
+
**Contents of this repository:**
|
| 26 |
+
|
| 27 |
+
- `Images-PSMA/` — 100 files
|
| 28 |
+
- `Masks-PSMA/` — 100 files
|
| 29 |
+
- `Images-FDG/` — 100 files
|
| 30 |
+
- `Masks-FDG/` — 100 files
|
| 31 |
+
|
| 32 |
+
📝 Landmark annotations, visualization figures and the benchmark plan files live in 🔥[MedVision](https://huggingface.co/datasets/YongchengYAO/MedVision)🔥, where you can load the complete images and annotations from dataset configs.
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
## Relation to the source dataset
|
| 36 |
+
|
| 37 |
+
| | |
|
| 38 |
+
| --- | --- |
|
| 39 |
+
| In the source | 100 cases, each with PET + CT + `totseg_24` for BOTH the PSMA and FDG tracers |
|
| 40 |
+
| Excluded here | the CT and `totseg_24` volumes for both tracers |
|
| 41 |
+
| **In this repo** | **100 `Images-PSMA` + 100 `Masks-PSMA` + 100 `Images-FDG` + 100 `Masks-FDG`** |
|
| 42 |
+
|
| 43 |
+
All **100 cases** and **both tracers** are included, but the **CT** and `totseg_24` volumes are not redistributed. The total-tumour-burden annotation is defined by SUV thresholding on the **PET** and is delivered on the PET grid (e.g. `192x192x335` at `2.87 x 2.87 x 3.27` mm). The CT of a PET/CT is acquired at roughly 1 mm for attenuation correction, so using it as the image would require resampling the mask onto a ~3x finer grid — inventing lesion boundary detail that was never annotated and changing the physical measurements.
|
| 44 |
+
|
| 45 |
+
**Why `-Lite`?** The suffix marks this as a *derived* redistribution rather than a copy of the source. These are **preprocessed** volumes — every case has been format-converted, geometry-normalised and reoriented to RAS+ — and for some sources cases or modalities are excluded as well (see the table above). Use it to reproduce MedVision, not as a substitute for the original release. See [Preprocessing](#preprocessing) below for exactly what was changed.
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
## Preprocessing
|
| 49 |
+
|
| 50 |
+
- PET (SUV) volumes and their TTB masks converted to `nii.gz` and standardized to RAS+ orientation.
|
| 51 |
+
|
| 52 |
+
- The two tracers are kept in **separate** image/mask folders so that the subject-level train/test split cannot place the same patient's PSMA and FDG scans on opposite sides.
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
## Segmentation Labels
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
labels_map = {
|
| 59 |
+
"1": "total tumor burden"
|
| 60 |
+
}
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
## Landmarks
|
| 65 |
+
|
| 66 |
+
```python
|
| 67 |
+
landmarks_map = {
|
| 68 |
+
"P1": "most right/anterior/superior endpoint of the major axis",
|
| 69 |
+
"P2": "most left/superior/inferior endpoint of the major axis",
|
| 70 |
+
"P3": "most right/anterior/superior endpoint of the minor axis",
|
| 71 |
+
"P4": "most left/superior/inferior endpoint of the minor axis"
|
| 72 |
+
}
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
## News
|
| 77 |
+
- [25 Jul, 2026] Initial release. This dataset is integrated into 🔥[MedVision](https://huggingface.co/datasets/YongchengYAO/MedVision)🔥, where you can use these config names to load data in python:
|
| 78 |
+
|
| 79 |
+
- `DEEP-PSMA_BoxSize_Task01_Axial_Test`
|
| 80 |
+
- `DEEP-PSMA_BoxSize_Task01_Axial_Train`
|
| 81 |
+
- `DEEP-PSMA_BoxSize_Task02_Axial_Test`
|
| 82 |
+
- `DEEP-PSMA_BoxSize_Task02_Axial_Train`
|
| 83 |
+
- `DEEP-PSMA_MaskSize_Task01_Axial_Test`
|
| 84 |
+
- `DEEP-PSMA_MaskSize_Task01_Axial_Train`
|
| 85 |
+
- `DEEP-PSMA_MaskSize_Task02_Axial_Test`
|
| 86 |
+
- `DEEP-PSMA_MaskSize_Task02_Axial_Train`
|
| 87 |
+
- `DEEP-PSMA_TumorLesionSize_Task01_Axial_Test`
|
| 88 |
+
- `DEEP-PSMA_TumorLesionSize_Task01_Axial_Train`
|
| 89 |
+
- `DEEP-PSMA_TumorLesionSize_Task02_Axial_Test`
|
| 90 |
+
- `DEEP-PSMA_TumorLesionSize_Task02_Axial_Train`
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
## Data Usage Agreement
|
| 94 |
+
By using the dataset, you agree to the terms as follow.
|
| 95 |
+
- You must comply with the original `CC BY-NC 4.0` license terms of the source dataset.
|
| 96 |
+
- You are recommended to refer to the source of this dataset in any publication: `https://huggingface.co/datasets/YongchengYAO/DEEP-PSMA-Lite`
|
| 97 |
+
- You must cite the original publication(s):
|
| 98 |
+
- https://doi.org/10.5281/zenodo.15281784
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
## Official Release
|
| 102 |
+
For more information, please go to the official site: https://deep-psma.grand-challenge.org/
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
## Download from Huggingface
|
| 106 |
+
```python
|
| 107 |
+
# python
|
| 108 |
+
from huggingface_hub import snapshot_download
|
| 109 |
+
snapshot_download(repo_id="YongchengYAO/DEEP-PSMA-Lite", repo_type='dataset', local_dir="/your/local/folder")
|
| 110 |
+
```
|
| 111 |
+
|
data-part001.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a729a466ebe913bfa2d48ff7d670209c2c4f3ae2c1cf994cc0a01efc0383577
|
| 3 |
+
size 3416611181
|