COVID-19 X光图像数据集
整合四个来源的X光图像,用于深度学习自动检测COVID-19、正常和肺炎。
基本信息
资源简介
该数据集整合自四个不同来源的X光图像,用于深度学习模型自动检测COVID-19、正常和肺炎情况。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/rgbnihal2/COVID-19-X-ray-Dataset.git
curl -L -o repo.zip https://github.com/rgbnihal2/COVID-19-X-ray-Dataset/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
COVID-19-X-ray-Dataset
Full Paper available at: https://www.preprints.org/manuscript/202008.0215/v2
Background/introduction: The ravage of COVID-19 is not merely limited to taking its toll with half a million fatalities. It has halted the world economy, disrupting normalcy of lives with supervening severity than any other global catastrophe ofthe last few decades. The majority of the vaccine discovery attempts are still ontrial, making early detection and containment the only feasible redress. The existing diagnostic technique with high accuracy has the setbacks of being expensive and sophisticated, requiring skilled individuals for specimen collection and screening resulting in lower outreach. So, methods excluding direct human inter-vention are much sought after, and artificial intelligence-driven automated diag-nosis, especially with radiography images, captures the researchers’ interest.
Method: This survey marks a detailed inspection of the deep-learning-based au-tomated detection of COVID-19 works done to date, methodical challenges along with probable solutions, and scopes of future exploration in this arena. We also provided a comparative quantitative analysis of the performance of 315 deep models in diagnosing COVID-19, Normal, and Pneumonia from x-ray images of a custom dataset created from four others. The dataset is publicly available at https://github.com/rgbnihal2/COVID-19-X-ray-Dataset.
Result:Our results show that DenseNet201 model with Quadratic SVM classifier performs the best (accuracy: 98.16%, sensitivity: 98.93%, specificity: 98.77%) and maintains high accuracies in other similar architectures as well. This proves thateven though radiography images might not be conclusive for radiologists, but it is so for deep learning algorithms for detecting COVID-19.
Conclusion:We hope this extensive review will provide a comprehensive guidelinefor researchers in this field.
The sources of the dataset are:
1.https://github.com/ieee8023/covid-chestxray-dataset
2.https://github.com/agchung/Figure1-COVID-chestxray-dataset
3.https://github.com/agchung/Actualmed-COVID-chestxray-dataset
4.https://www.kaggle.com/tawsifurrahman/covid19-radiography-database
Cite our paper with :
Rahman, S.; Sarker, S.; Al Miraj, A.; Amin Nihal, R.; Haque, A.K.M.N.; Al Noman, A. Deep Learning Driven Automated Detection of COVID-19 from Radiography Images: A Comparative Anal
数据加载示例(图像类)
from PIL import Image
import glob, os
files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
+ glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)
# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新冠病毒感染 的高质量、多模态真实临床数据定制解决方案。




