Skip to main content

download class images from the OpenImages datasset.

Project description

Install

  pip install open-imgs-downloader

Usage

download the files from OpenImages
cpu_counts = 4
cls_file = "./class-descriptions-boxable.csv"
anno_file = "./oidv6-train-annotations-bbox.csv"
geting_class =["A","Person","Apple"]
save_path = "data"

from open_images.downloader import Downloader
downloader = Downloader(cpu_counts,cls_file,anno_file,save_path)
downloader.run(geting_class)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

open_imgs_downloader-1.0.7-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page