PyTorch dataset for TDSC ABUS 2023
Project description
TDSC-ABUS2023 PyTorch Dataset
A PyTorch-compatible dataset package containing volumetric data from the TDSC-ABUS2023 collection (Tumor Detection, Segmentation, and Classification Challenge on Automated 3D Breast Ultrasound).
Dataset Description
The dataset consists of 200 3D ultrasound volumes collected using an Invenia ABUS (GE Healthcare) system at Harbin Medical University Cancer Hospital, China.
All tumor annotations were created and verified by experienced radiologists.
📊 Dataset Composition
| Set | Cases | Malignant | Benign |
|---|---|---|---|
| Training | 100 | 58 | 42 |
| Validation | 30 | 17 | 13 |
| Test | 70 | 40 | 30 |
📌 Technical Specifications
- Image Dimensions: Varying between 843×546×270 and 865×682×354
- Pixel Spacing:
- X-Y plane: 0.200 mm × 0.073 mm
- Z-axis (between slices): ~0.475674 mm
- File Format:
.nrrd - Annotations: Voxel-level segmentation
0: Background1: Tumor
📥 Installation
Install the package via pip:
pip install tdsc-abus2023-pytorch
Verify Installation
import tdsc_abus2023_pytorch
print("TDSC-ABUS2023 PyTorch Dataset is installed successfully!")
🚀 Usage
from tdsc_abus2023_pytorch import TDSC, TDSCTumors, DataSplits
# Initialize dataset with automatic download
dataset = TDSC(
path="./data",
split=DataSplits.TRAIN,
download=True
)
# Access a sample
volume, mask, label, bbx = dataset[0]
📂 Data Structure
data/
├── Train/
│ ├── DATA/
│ └── MASK/
├── Validation/
│ ├── DATA/
│ └── MASK/
└── Test/
├── DATA/
└── MASK/
📖 Citation
If you use this dataset in your research, please cite:
@misc{luo2025tumordetectionsegmentationclassification,
title={Tumor Detection, Segmentation and Classification Challenge on Automated 3D Breast Ultrasound: The TDSC-ABUS Challenge},
author={Gongning Luo and others},
year={2025},
eprint={2501.15588},
archivePrefix={arXiv},
primaryClass={eess.IV},
url={https://arxiv.org/abs/2501.15588},
}
🤝 Contributing
We welcome contributions!
To contribute, please fork the repository, make your changes, and submit a Pull Request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tdsc_abus2023_pytorch-0.1.3.tar.gz.
File metadata
- Download URL: tdsc_abus2023_pytorch-0.1.3.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec14fb97ad5e485480ee7edf0301b01304ad3ad64bc1ab3efe0ce11e5a2f22b
|
|
| MD5 |
9dd6ce4131ce4660a9820bec3a9adce4
|
|
| BLAKE2b-256 |
d39e3c4226961bcd2ee5d92ccf21fc32f2480684e8cf1fda83345b31e6f6ab37
|
File details
Details for the file tdsc_abus2023_pytorch-0.1.3-py3-none-any.whl.
File metadata
- Download URL: tdsc_abus2023_pytorch-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b09205c09cd87865e04a673c5b17b1e4b96b009892f1cacc17a1ef45919875b8
|
|
| MD5 |
7bdfddf04957aee05d0326eb517e9231
|
|
| BLAKE2b-256 |
00c29e594000efcb2c249d6bf058ac2cf0441042f17b67e1e8311b5196f64246
|