openimages icon indicating copy to clipboard operation
openimages copied to clipboard

Tools for downloading images and annotations from Google's OpenImages dataset.

Results 3 openimages issues
Sort by recently updated
recently updated
newest added

I'm getting the following exception when using ``` python _download_images_by_id(image_ids_to_get, "train", destination_folder) ``` Where `desination_folder` is a path to a folder that exists and `image_ids_to_get` is a list of IDs,...

They seem to have renamed some of the files instead of providing a separate base URL, for example [oidv6-train-annotations-bbox.csv](https://storage.googleapis.com/openimages/v6/oidv6-train-annotations-bbox.csv) instead of train-annotations-bbox.csv It would be nice to have an argument...

Hi, i'm in project where i need the [extended version](https://storage.googleapis.com/openimages/web/extended.html) of open images v5. But I don't have enough resource to download them all, so my request is can you...