alirezazareian / gbnet

Bridging Knowledge Graphs to Generate Scene Graphs, ECCV 2020
67 stars 16 forks source link

Have some question! #3

Open jgyy4775 opened 4 years ago

jgyy4775 commented 4 years ago

Thank you for sharing your wonderful ideas! But I have some question.

  1. I want to know the type of all edges used in the commonsense graph.
  2. Do you use the same commonsense graph for all training data? Or do you generate one common sense graph in advance and extract only common sense parts related to the objects in the image?

I will wait for your reply :) Thank You!

alibabadoufu commented 4 years ago

I think he did show some detail in the supplementary material.

  1. There are 19 edge types (including reversed ones). I am not sure what the complete list of edge type is.
  2. Yes, he used the same commonsense graph for all the training data. The commonsense graph is generated in advance based on the 200 nodes (entities + predicates).