PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.15k stars 643 forks source link

how to process the datasets get the .x .y .tx .ty .allx .ally? #51

Closed tanjia123456 closed 3 years ago

tanjia123456 commented 3 years ago

Hi, I'm sorry to bother you I use mindboggle datasets( Brain structure segmentation, used to divide brain regions).But i don't konw how to solve the datasets

clayton-r commented 3 years ago

This is a pretty domain-specific question -- if you're looking to convert brain images to graphs you'll need a way of generating edges between the brain regions. I don't think mindboggle comes with edges out of the box so you'll need a connectivity map, etc.

tanjia123456 commented 3 years ago

This is a pretty domain-specific question -- if you're looking to convert brain images to graphs you'll need a way of generating edges between the brain regions. I don't think mindboggle comes with edges out of the box so you'll need a connectivity map, etc.

I can‘t understand your reply. Does connectivity map mean a graph? I have created a graph by vertice and triangle , but what's format to save it ? I used a command(plt.savefig('HLN-12-1 graph.jpg')) to save it.