visual_genome_python_driver
visual_genome_python_driver copied to clipboard
keyword arguments
Hello!
Thank you for this wrapper! It is very useful for my work. I found a small mistake in the tutorial in README.md. There you suggest to extract ids in some range by calling
api.get_image_ids_in_range(startIndex=0, endIndex=100)
In fact, the keyword arguments are called start_index and end_index.
yeah...don't know why such a obvious bug
I had a look at the source code, the key should be "start_index" and "end_index"