TXL-PBC Dataset
收藏资源简介:
TXL-PBC数据集是一个综合性的细胞图像集合,由多个细胞数据集重新标注和整合而成。该数据集的主要目的是通过样本减少、重新标注和整合来自BCCD和BCD数据集的图像,并与两个新的细胞数据集(PBC数据集和Raabin-WBC数据集)合并,创建一个高质量、样本平衡的新数据集。该数据集专门用于评估各种对象检测模型,特别是使用YOLO格式的模型。
The TXL-PBC dataset is a comprehensive cellular image collection re-annotated and integrated from multiple existing cell datasets. The primary goal of this dataset is to create a high-quality, sample-balanced new dataset by performing sample reduction, re-annotation and integration of images from the BCCD and BCD datasets, and merging them with two novel cellular datasets: the PBC dataset and the Raabin-WBC dataset. This dataset is specifically tailored for evaluating various object detection models, particularly those using the YOLO format.
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/:包含 train、test 和 val 子文件夹,分别存放相应的图像。
- labels/:包含 train、test、val 和 classes 子文件夹,分别存放相应的 YOLO 格式标注文件。
- data.yaml:包含数据集配置,用于 YOLO。
许可证
该数据集采用 MIT 许可证。
引用
如果您使用该数据集,请引用:Lu Gan, Xi Li TXL-PBC: a freely accessible labeled peripheral blood cell dataset arXiv:2407.13214.




