gpt4vision / OvSGTR

[ECCV 2024 Best Paper Candidate] Implementation of "Expanding Scene Graph Boundaries: Fully Open-vocabulary Scene Graph Generation via Visual-Concept Alignment and Retention"
Other
41 stars 3 forks source link

Generating the graphs #17

Open carloscaetano opened 1 month ago

carloscaetano commented 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.

JosephChenHub commented 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.