STTran icon indicating copy to clipboard operation
STTran copied to clipboard

save graph and graph visualisation

Open Tong0720 opened this issue 2 years ago • 5 comments

@yrcong hi, I would like to save the scene graph. Is it possible to save these graph like nodes and edges format? I don't know if the author realizes the scene graph saving.

Tong0720 avatar Feb 09 '23 10:02 Tong0720

Do you mean to save the graphs as images? You could implement it with GraphViz

yrcong avatar Feb 11 '23 10:02 yrcong

你的意思是将图表保存为图像吗?你可以用 GraphViz 实现它

Thank you for your reply. Is it possible to save the graph which includes the nodes and edges features? And the aim is making it to be the input of the GNN.

Tong0720 avatar Feb 13 '23 09:02 Tong0720

You can directly convert the tensors to numpy arrays and save them.

yrcong avatar Feb 17 '23 12:02 yrcong

你的意思是将图表保存为图像吗?你可以用 GraphViz 实现它

Thank you for your reply. Is it possible to save the graph which includes the nodes and edges features? And the aim is making it to be the input of the GNN.

Are you able to save the graphs with nodes and edges? If so, could you help me?

kajal15003 avatar May 03 '23 06:05 kajal15003