visual_genome_python_driver icon indicating copy to clipboard operation
visual_genome_python_driver copied to clipboard

A python wrapper for the Visual Genome API

Results 20 visual_genome_python_driver issues
Sort by recently updated
recently updated
newest added

removed the comment for bboxes since it doesnt exist added comment for objects array

http://visualgenome.org/api/v0/api_home.html The page lists two versions of question answers: V1.2 is in the size of 803.19MB and V1.0 is in the size of 201.09MB. However, both links lead to the...

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...

Added get_all_relationships and get_all_attributes in local.py. Added parse_relationships and parse_attributes in utils.py. Modified Relationship in models.py and added the self.phrase to Class Relationship. Modified Attributes in models.py and transformed the...

How to get region_graphs of an image using local.py? Because there are many images without any region_graph.

According to the API documentation, the file ``question_answers.json`` should present the following structure: ```json [ { "image_id": 2317993, "qas": [ { "qa_id": 912402, "question": "Where are the clouds?", "answer": "sky",...

'RetrievData()' function under util.py creates this error: > --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 3 response = connection.getresponse() 4 jsonString = response.read() ----> 5 data = json.loads(jsonString)...

Dear @ranjaykrishna First of all, thank you very much for sharing the work. I was wondering if you could share the file names which overlap with images in the COCO...

Dear Visual Genome authors, It seems like website is not working thus impossible to get data through api. Is there any other way to get your data? Thank you!