COVID19-CT
COVID19-CT数据集提供COVID-19患者的CT影像,用于诊断和分割。
基本信息
模态
医学影像
创建/更新时间
2023-12-09
资源简介
COVID19-CT数据集包含COVID-19患者的CT医学影像,用于诊断和分割任务,由赵等人发布。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/vafaei-ar/medical-datasets.git
curl -L -o repo.zip https://github.com/vafaei-ar/medical-datasets/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
medical-datasets
I list all the medical data sets I find in my researches.
IMAGES
- Zhao et al. have released a COVID19-CT dataset, with detailed descriptions.
You can find it here. - Prostate cANcer graDe Assessment (PANDA) is a challenge on the Kaggle, so you can find the data and description here
- There are 3 challenges for aneurysm detection, segmentation and rupture risk estimation. You can find the challenge here. Registration may be needed.
- The AutoImplant challenge where a fast and automatic design of cranial implants is highly desired. You can find the challenge information here. Registration may be needed.
- DFU challenge is a repository of 4500 DFU images for the purpose of supporting research toward more advanced methods of Diabetic Foot Ulcers (DFU) detection. You can access the data here. Registration may be needed.
- KNee OsteoArthritis Prediction (KNOAP2020) Challenge is about identifying which knees will develop symptomatic radiographic knee osteoarthritis within 6.5 years follow-up. More information is provided here. Registration may be needed.
- The Learn2reg challenge, which builds on a popular tutorial in 2019, will be a simplified challenge design that removes many of the common pitfalls for learning and applying transformations. The data can either be individually or comprehensively addressed by participants and cover both intra- and inter-patient alignment, CT, ultrasound and MRI modalities, neuro-, thorax and abdominal anatomies and the four of the imminent challenges of medical image registration:
- learning from small datasets
- estimating large deformations
- dealing with multi-modal scans
- learning from noisy annotations
you can find more information here.
- The SIIM-ACR Pneumothorax segmentation challenge is about developing an AI algorithm to detect pneumothorax. More info is provided here.
- The goal of APTOS 2019 Blindness Detection challenge is to gain the ability to automatically
数据加载示例(图像类)
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) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 新冠病毒感染 的高质量、多模态真实临床数据定制解决方案。




