Skip to content
/ IntrA Public
forked from intra3d2019/IntrA

IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning

Notifications You must be signed in to change notification settings

JunMa11/IntrA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning

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

ann_tool

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

ann_tool

Segmentation

ann_tool

Acknowledgements

Paper

Please cite our paper if you use it.

@InProceedings{yang2020intra,
  author = {Yang, Xi and Xia, Ding and Kin, Taichi and Igarashi, Takeo},
  title = {IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2020}
}

About

IntrA: 3D Intracranial Aneurysm Dataset for Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • C 0.6%