Open Tong0720 opened 1 year ago
Do you mean to save the graphs as images? You could implement it with GraphViz
你的意思是将图表保存为图像吗?你可以用 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.
You can directly convert the tensors to numpy arrays and save them.
你的意思是将图表保存为图像吗?你可以用 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?
were you able to save the graphs ?
@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.