IntrA三维颅内动脉瘤数据集

IntrA 不依赖传统二维切片,而提供三维动脉瘤表面模型,适合点云网络、网格分割、形态学分析和动脉瘤夹闭术前几何辅助研究。

University of Tokyo and collaboratorsUniversity of Tokyo and collaborators
GitHub
2020-01-01 更新
浏览 11
图像图像分割

基本信息

模态
图像
数据量
116
任务类型
图像分割
创建/更新时间
2020-01-01

资源简介

IntrA 是开放的三维颅内动脉瘤点云和网格数据集,支持动脉瘤分类、部件分割、颈部提取和几何学习。

原始链接

https://github.com/intra3d2019/IntrA

arXiv 论文 →
访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

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)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

完整仓库:github.com/intra3d2019/IntrA

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 脑血管畸形 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案