clatfd / GNN-ART-LABEL

Code and dataset for the MICCAI 2020 paper: Automated Intracranial Artery Labeling using a Graph Neural Network and Hierarchical Refinement
Apache License 2.0
27 stars 4 forks source link

need the graph construct code #4

Open Angelaszw opened 3 years ago

Angelaszw commented 3 years ago

Hello, I want to use my own coronary artery traces, but I lack experience in constructing data. Could you teach me how to turn them into pickle files or provide the code to construct the graph And I want to know the original data format you use. Thank you!

clatfd commented 3 years ago

Hi, thanks for your interest. I have added a notebook "Generate graph.ipynb" for more details and codes on how to generate graphs. Please take a look!