HCV-UFPR COVID-19 Xray 数据集
HCV-UFPR COVID-19 Xray数据集包含281张COVID-19阳性X光图像和232张阴性X光图像,为RGB高分辨率格式,用于COVID-19分类研究。
基本信息
资源简介
该数据集包含281张COVID-19感染者的X光图像和232张非感染者的X光图像,所有图像均为RGB格式,分辨率在2974×2612至4248×3480像素之间。数据集分为COVID-19和非COVID两类,无角度视图标注,仅供学术研究使用。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/menottid/HCV-UFPR-COVID-19-Xray.git
curl -L -o repo.zip https://github.com/menottid/HCV-UFPR-COVID-19-Xray/archive/refs/heads/main.zip
unzip repo.zip
源站 README 摘录(使用方式)
HCV-UFPR COVID-19 Xray dataset
This dataset, called HCV-UFPR COVID-19 Xray dataset was introducted in our RBE paper.
Brazil is one of the countries most affected by covid-19, with over 6 million confirmed cases, to date.
The Hospital da Cruz Vermelha from Curitiba, located in the state of Paraná, southern Brazil, received and documented some of those cases.
The data collection consists of 281 X-ray images of people infected with COVID-19 and 232 of people who obtained negative results that are not infected.
All images have 3 eight-bit color channels (RGB) and image resolution ranges from 2974 × 2612 to 4248 × 3480 pixels.
The images are labeled in two classes, COVID-19 and non-COVID, and there are no annotations regarding the image angle view.
The dataset is private, but it can be made available upon request.
Here are some examples from the dataset:
subject infected with COVID-19.
(b) X-ray of a subject without
COVID-19.
<br>
How to obtain the Dataset
The HCV-UFPR COVID-19 Xray dataset is released for academic research only and is free to researchers from educational or research institutes for non-commercial purposes.
To be able to download the dataset, please read carefully this license agreement, fill it out and send it back to Professor David Menotti (menotti@inf.ufpr.br). Your e-mail must be sent from a valid university account (.edu, .ac or similar).
In general, a download link will take 1-3 business days to issue. Failure to follow the instructions may result in no response.
Citation
If you use the HCV-UFPR COVID-19 Xray dataset in your research, please cite our paper:
- Eduardo Luz, Pedro Silva, Rodrigo Silva, Ludmila Silva, João Guimarães, Gustavo Miozzo, Gladston Moreira, and David Menotti, “Towards an effective and efficient deep learning model for COVID-19 patterns detection in X-ray images” in Research on Biomedical Engineering (RBE), April 2021, pp. 1–14, doi: https://doi.org/10.1007/s42600-021-00151-6.
@article{luz:2021,
title = {Towards an effective and efficient deep learning model for COVID-19 patterns detection in X-ray images},
author = {Eduardo Luz, Pedro Silva, Rodrigo Silva, Ludmila Silva, João Guimarães, Gustavo Miozzo, Gladston Moreira, and David Menotti},
year = {2021},
monevent-blocked= {April},
jo
## 数据加载示例(图像类)
```python
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) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。




