yrcong / RelTR

RelTR: Relation Transformer for Scene Graph Generation: https://arxiv.org/abs/2201.11460v2
248 stars 49 forks source link

about output #31

Closed zhujiaxiao closed 10 months ago

zhujiaxiao commented 1 year ago

I see that in the literature, the Scene graph is finally generated, but the output of the open source code is only the attention heatmap and the identification results on the image, right? Is there any way to generate the final integrated Scene graph?

lalalisa666 commented 11 months ago

I see that in the literature, the Scene graph is finally generated, but the output of the open source code is only the attention heatmap and the identification results on the image, right? Is there any way to generate the final integrated Scene graph?

hi, have you solved this problem?

yrcong commented 11 months ago

That's quite an issue! As I know, people can draw scene graphs automatically with Graphviz. Please check https://github.com/ranjaykrishna/GraphViz

However, scene graphs in the papers are usually drawn by humans...