数据集:
keremberke/chest-xray-classification
任务:
图像分类['NORMAL', 'PNEUMONIA']
{'train': 4077, 'test': 582, 'valid': 1165}
pip install datasets
from datasets import load_dataset ds = load_dataset("keremberke/chest-xray-classification", name="full") example = ds['train'][0]
https://universe.roboflow.com/mohamed-traore-2ekkp/chest-x-rays-qjmia/dataset/2
CC BY 4.0
This dataset was exported via roboflow.ai on March 31, 2022 at 3:11 PM GMT
It includes 5824 images. Pneumonia are annotated in folder format.
The following pre-processing was applied to each image:
No image augmentation techniques were applied.