-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Hi Ranjay,
Thanks a lot for providing the community with such an amazing resource. I tried to recreate a working snapshot of VisualGenome on my computer by downloading the following JSON files:
attribute_synsets.json
object_alias.txt
objects.json
relationship_alias.txt
relationships.json
attributes.json
image_data.json
object_synsets.json
region_descriptions.json
relationship_synsets.json
scene_graphs.json
synsets.json
I'm not really interested to the QA data so I haven't downloaded them.
By playing with the official API that you provide I have tried to read the scene graph for the image with ID "2381815". However, seems that no synsets are associated to the objects nor to the relationships. I have tried to retrieve the scene graph from the online API but seems that it's not available at the moment. Other images seems to have all the required information (apart from some of the objects). Am I missing some of the metadata files? Any ideas about this problem?
Thanks a lot!