合成COVID-19胸部X光数据集
21,295张合成COVID-19胸部X光图像,用于计算机辅助诊断。
基本信息
资源简介
该数据集包含21,295张合成生成的COVID-19胸部X光图像,这些图像通过算法生成,用于计算机辅助诊断研究。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/hasibzunair/synthetic-covid-cxr-dataset.git
curl -L -o repo.zip https://github.com/hasibzunair/synthetic-covid-cxr-dataset/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis
This repository hosts dataset for our ICML 2021 Workshop on Computational Biology (WCB) paper. A more detailed version titled Synthesis of COVID-19 Chest X-rays using Unpaired Image-to-Image Translation is published in the Journal of Social Network Analysis and Mining (SNAM), Special Issue on Tackling COVID-19 Infodemic.
Resources
- ICML 2021 WCB Paper
- SNAM Journal Paper
- arXiv
The dataset consists of 21,295 synthetic COVID-19 chest X-ray images generated using this algorithm. Dataset is available at this link.
<em>
Figure 1. Illustration of the data generation process based on unpaired image-to-image translation. Chest X-ray images are translated from Non-COVID-19 (i.e. Normal or Pneumonia) to COVID-19 and then back to Non-COVID-19 via cycle-consistency
Here’'s a video of the learning in progress. Top row (Normal CXR, Translated COVID-19 CXR, Reconstructed Normal CXR), bottom row (COVID-19 CXR, Translated Normal CXR, Reconstructed COVID-19 CXR).
</p>
Citation
If you use this dataset in your scientific work, please cite the following:
@article{zunair2021synthesis,
title={Synthesis of {COVID}-19 chest {X}-rays using unpaired image-to-image translation},
author={Zunair, Hasib and Hamza, A Ben},
journal={Social Network Analysis and Mining},
volume={11},
number={1},
pages={112},
year={2021},
publisher={Springer}
}
Result highlights
<p align=“center”>
<a href=“#”><img src=“./media/results.png”></a> <br />
</p>
Acknowledgements
The synthetic dataset was generated using https://github.com/hasibzunair/adversarial-lesions.
<img src=“./media/meme.jpeg” width=“300”>
数据加载示例(图像类)
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) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新冠病毒感染 的高质量、多模态真实临床数据定制解决方案。




