Open carloscaetano opened 1 month ago
Hi guys! Congratulations for this great work and thanks for making the code available.
I ran the evaluation scripts and didn't have any problems with the execution, however I would like to know if it is possible to generate the scene graphs. Not in a visual way, but perhaps something textual (a .json?) showing the connections between objects.
Thanks again.
I think you may want to obtain a result like {"source": "cat.1", "target": "desk.2", "relation": "on"}, while I am busy now and cannot provide you a custom py file for this. maybe you can ask ChatGPT for writing this code based on our project.
Hi guys! Congratulations for this great work and thanks for making the code available.
I ran the evaluation scripts and didn't have any problems with the execution, however I would like to know if it is possible to generate the scene graphs. Not in a visual way, but perhaps something textual (a .json?) showing the connections between objects.
Thanks again.