Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save graph and graph visualisation #46

Open
Tong0720 opened this issue Feb 9, 2023 · 4 comments
Open

save graph and graph visualisation #46

Tong0720 opened this issue Feb 9, 2023 · 4 comments

Comments

@Tong0720
Copy link

Tong0720 commented Feb 9, 2023

@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.

@yrcong
Copy link
Owner

yrcong commented Feb 11, 2023

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

@Tong0720
Copy link
Author

你的意思是将图表保存为图像吗?你可以用 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.

@yrcong
Copy link
Owner

yrcong commented Feb 17, 2023

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

@kajal15003
Copy link

你的意思是将图表保存为图像吗?你可以用 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants