TXL-PBC
收藏资源简介:
TXL-PBC数据集由北亚利桑那大学的Lu Gan和独立研究者Xi Li创建,专注于外周血细胞的图像分析。该数据集包含1440个样本,分为训练、验证和测试集,通过严格的半自动标记和手动审核确保了标注的准确性和一致性。数据集的创建过程包括样本筛选、重新标记和数据整合,旨在提高血液细胞检测模型的准确性和泛化能力。TXL-PBC数据集主要应用于医学图像分析领域,特别是在血液细胞的自动检测和计数方面,有助于提高疾病诊断的准确性和效率。
The TXL-PBC dataset was created by Lu Gan from Northern Arizona University and independent researcher Xi Li, focusing on peripheral blood cell image analysis. This dataset includes 1440 samples divided into training, validation and test sets. The accuracy and consistency of its annotations are guaranteed through strict semi-automatic labeling and manual review. The dataset creation process covers sample screening, re-labeling and data integration, aiming to improve the accuracy and generalization ability of blood cell detection models. The TXL-PBC dataset is mainly applied in the field of medical image analysis, especially in the automatic detection and counting of blood cells, which helps to enhance the accuracy and efficiency of disease diagnosis.
TXL-PBC 数据集
概述
TXL-PBC 数据集是一个综合性的细胞图像集合,通过对多个细胞数据集进行重新标注和整合而创建。该数据集的主要目标是从 BCCD 和 BCD 数据集 进行样本缩减、重新标注和整合。随后,原始数据集与两个新的细胞数据集,即 PBC 数据集 Peripheral Blood Cells 和 Raabin-WBC 数据集 Raabin White Blood Cells 进行整合,创建了一个高质量、样本平衡的新数据集,称为 TXL-PBC 数据集。该数据集使用 Labelimg 工具进行半自动化标注,并使用 YOLOv8n 进行标注。它专门设计用于评估各种对象检测模型,特别是那些使用 YOLO 格式的模型。
内容
TXL-PBC 数据集分为训练集(train: 1008)、验证集(val: 288)和测试集(test: 144)。数据集包含三种标签:
- RBC(红细胞)
- WBC(白细胞)
- Platelets(血小板)
数据集结构
数据集的组织结构如下:
TXL-PBC-Dataset/ ├── images/ │ ├── train/ │ │ ├── img1.jpg │ │ ├── img2.jpg │ │ └── ... │ ├── test/ │ │ ├── img1.jpg │ │ ├── img2.jpg │ │ └── ... │ └── val/ │ ├── img1.jpg │ ├── img2.jpg │ └── ... ├── labels/ │ ├── train/ │ │ ├── img1.txt │ │ ├── img2.txt │ │ └── ... │ ├── test/ │ │ ├── img1.txt │ │ ├── img2.txt │ │ └── ... │ └── val/ │ ├── img1.txt │ ├── img2.txt │ └── ... │ ├── classes.txt ├── data.yaml └── README.md
- images/:包含训练、测试和验证子文件夹,分别包含相应的图像。
- labels/:包含训练、测试、验证和类别子文件夹,分别包含相应的 YOLO 格式标注文件。
- data.yaml:包含数据集配置,用于 YOLO。
许可证
该数据集在 MIT 许可证 下发布。
引用
如果您使用此数据集,请引用:Lu Gan, Xi Li TXL-PBC: a freely accessible labeled peripheral blood cell dataset arXiv:2407.13214.

- 1TXL-PBC: a freely accessible labeled peripheral blood cell dataset北亚利桑那大学 · 2024年



