EdwardSmith1884 / GEOMetrics

Repo for the paper "GEOMetrics: Exploiting Geometric Structure for Graph-Encoded Objects"
MIT License
117 stars 12 forks source link

Question about visualize the parcellation result #19

Closed tanjia123456 closed 3 years ago

tanjia123456 commented 3 years ago

Hello, Here I have a question. How should I visualize the results of node classification? Would you mind sharing the source program for visualizing the results of facial segmentation? Thanks a lot

EdwardSmith1884 commented 3 years ago

Hi, do you mean the visualization you see here: https://arxiv.org/pdf/1901.11461.pdf in figure 5?

tanjia123456 commented 3 years ago

Yes, it's similar, but I am doing brain segmentation. I want to visualize the results of node classification to see how the segmentation effect is.

tanjia123456 commented 3 years ago

what's more, I saw you quoted 'convolutional neural networks for mesh-based parcellation of the cerebral cortex'this article, so I’m asking if you know how to visualize and don’t intend to offend

EdwardSmith1884 commented 3 years ago

No problem , I'm happy to help out. The way I do all visualization in my paper is through Blender . But Blender might be over kill here. I would recommend trimesh for this . Trimesh is used for manipulating meshes, and has a built is visualizer if you want to manually play around with a few models , and a renderer if you want to automatically produce large amounts of visualizations. With respect to your particular problem I would recommend checking out the solutions to this issue here : https://github.com/mikedh/trimesh/issues/526 .

tanjia123456 commented 3 years ago

ok,thank you very much