maurya-rohit / Scene-Graph-For-Videos

15 stars 3 forks source link

Question about how to invoke scene graph in caption_model #4

Open xixiareone opened 4 years ago

xixiareone commented 4 years ago

hi! In caption_model, I don't see how you invoke the code of the scene graph for each video you generated before, but instead use the data in sum data. Where did you invoke the scene graph you generated? thank you very much!

maurya-rohit commented 4 years ago

Hi, Actually we load the pickle file of each generated scene graph and created a list of sentences from the triplets. It is in the file https://github.com/maurya-rohit/Scene-Graph-For-Videos/blob/9d83307a04fae5d5524bd7e9c0e7962ba96f3905/scene_graph_aggregator.py#L1

xixiareone commented 4 years ago

Can you share the scene graph data already extracted for the caption model? I want to directly use your scene graph data to train caption. Because I see the data in the sumdata you use directly,But the data in sumdata does not seem to be a charades scene graph. Thank you so much!

xixiareone commented 4 years ago

I would like to ask how much graphics memory you use?thank you very much