alirezazareian / gbnet

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

Scene Graph generation on a novel image (not in VG) #17

Open kollibylecoffee opened 2 years ago

kollibylecoffee commented 2 years ago

Hi!

I would like to use gbnet to generate a scene graph for an image that is not in VG. To do so, it looks I need to use mode = sgdet. I am modifying one of the .ipynb files in eval_sdet/. However, it looks like in the detector files, pred_entries is filled in by caches results during training. Any help on how to just generate a scene graph without any dependent files from training.

liw1st commented 2 weeks ago

Hi!

I would like to use gbnet to generate a scene graph for an image that is not in VG. To do so, it looks I need to use mode = sgdet. I am modifying one of the .ipynb files in eval_sdet/. However, it looks like in the detector files, pred_entries is filled in by caches results during training. Any help on how to just generate a scene graph without any dependent files from training.

Have you solved the problem? @kollibylecoffee