Skip to main content

COCO Dataset Download

Project description

COCO Dataset Download

This is a Python package for easy to download Determining Specific Part of CoCo Dataset for any class name and any a count images

Installation

pip install CocoDataset==0.1.2
or in colab google cloud
!pip install CocoDataset==0.1.2

Tutorial

[source](https://colab.research.google.com/drive/1QuLLsvX-DnOcOVWxcKWglIzDnxV_OHxE?usp=sharing)

u can see tutorial in colab google drive

Usage

get images for specified class name

from coco_dataset import coco_dataset_download as cocod
class_name='person'  #class name 
images_count=50       #count of images  
annotations_path='/content/annotations/instances_train2014.json' #path of coco dataset annotations 
#call download function
cocod.coco_dataset_download(class_name,images_count,annotations_path)

Project details


Download files

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

Source Distribution

CocoDataset-0.1.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

CocoDataset-0.1.2-py3-none-any.whl (4.2 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