IntrA
IntrA是一个包含116个专家标注3D模型的颅内动脉瘤数据集,通过重建2D MRA图像生成,数据模态为3D几何模型,适用于深度学习在颅内动脉瘤分类、分割及手术规划方面的研究,旨在提高诊断准确性和手术决策效率。
基本信息
资源简介
IntrA是一个专为深度学习设计的3D颅内动脉瘤数据集,由东京大学和华南理工大学联合创建。该数据集包含116个经过专家手动标注的动脉瘤3D模型,通过重建患者的2D磁共振血管成像(MRA)图像生成,不仅提供完整的血管模型,还包含自动生成的血管段和手动标注的动脉瘤段。数据量虽小但形态多样,适用于颅内动脉瘤的分类和部分分割研究,主要应用于深度学习模型在动脉瘤诊断、手术规划及决策支持中的开发与验证。
下载信息
注册下载
Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。
暂未开放公开下载
Tips: 该数据集属于公开下载,应该可以免费公开下载。
免登录有偿下载
Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。
提供高速下载与技术交付服务(收技术服务费,非数据销售)
暂未开放千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。
使用方式
数据集获取
git clone https://github.com/intra3d2019/IntrA.git
curl -L -o repo.zip https://github.com/intra3d2019/IntrA/archive/refs/heads/master.zip
unzip repo.zip
源站 README 摘录(使用方式)
News
2020.04.06 Paper is updated, and Supplementary material is uploaded.
2020.03.02 Paper is uploaded to arXiv.
IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning (CVPR 2020 Oral)
Instead of 2D medical images, we introduce an open-access 3D intracranial aneurysm dataset, IntrA, that makes the application of points-based and mesh-based classification and segmentation models available. Our dataset can be used to diagnose intracranial aneurysms and to extract the neck for a clipping operation in medicine and other areas of deep learning, such as normal estimation and surface reconstruction.
The dataset could be download here.
We are grateful for adding your information on this form, if you think this dataset is useful.
Thank you!
Data
103 3D models of entire brain vessels are collected by reconstructing scanned 2D MRA images of patients. We do not publish the raw 2D MRA images because of medical ethics.
1909 blood vessel segments are generated automatically from the complete models, including 1694 healthy vessel segments and 215 aneurysm segments for diagnosis.
116 aneurysm segments are divided and annotated manually by medical experts; the scale of each aneurysm segment is based on the need for a preoperative examination.
Geodesic distance matrices are computed and included for each annotated 3D segment, because the expression of the geodesic distance is more accurate than Euclidean distance according to the shape of vessels.
Tools
Annotation
<img src=“images/ann_tool.jpg” alt=“ann_tool” align=“middle” width=“600”/>
annotation/main.py
Add button: adding a boundary line.
Left mouse button: selecting the points of a boundary line.
Middle mouse button: selecting a start point.
Vessel segment generation
random_pick.py
selection.py
Visualization
show_ann_data.py
show_result.py
Benchmark
Classification
<img src=“images/cls-re.png” alt=“ann_tool” align=“middle” width=“400”/>
Segmentation
<img src=“images/seg-re.png” alt=“ann_tool” align=“middle” width=“800”/>

Acknowledgements
This research was supported by AMED under Grant
数据加载示例(图像类)
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) # 要求 子目录=类别
目录组织与标注格式以源站说明和下载后实际文件为准。
精度瓶颈?数据缺失?
当前公开数据无法满足您的算法精度?千方提供针对 静脉动脉瘤 的高质量、多模态真实临床数据定制解决方案。




