visual_genome_python_driver icon indicating copy to clipboard operation
visual_genome_python_driver copied to clipboard

keyword arguments

Open lizaku opened this issue 6 years ago • 2 comments

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.

lizaku avatar Nov 04 '18 22:11 lizaku

yeah...don't know why such a obvious bug

masonwang96 avatar Nov 12 '19 12:11 masonwang96

I had a look at the source code, the key should be "start_index" and "end_index"

tengfeixue-victor avatar Jan 09 '21 04:01 tengfeixue-victor