Coder Social home page Coder Social logo

coco-labels's Introduction

Common Objects in Context (COCO) Labels

List of object labels / categories

The labels are divided into three sections:

  1. Original COCO paper
  2. COCO dataset release in 2014
  3. COCO dataset release in 2017

Since the labels for COCO datasets released in 2014 and 2017 were the same, they were merged into a single file. The file name should be self-explanatory in determining the publication type of the labels.

More elaboration about COCO dataset labels can be found in this article

How to obtain the COCO labels

A Python script is provided to dump the labels for each COCO dataset release. It works by performing one-time download for the annotations archive file, which is then saved to a local directory (default to /tmp). Subsequently, the archive file is inflated as a preparation for the label dump request.

When the script is executed, it will find the correct JSON file and then parse the JSON as stream. Each label is displayed on stdout as sequences of id, name, and super category.

Prior to running the Python script, install the dependencies from the script directory as follows:

pip install -r requirements.txt

To obtain the labels for each COCO dataset release, provide -y option when executing the Python script.

For listing the labels in 2014 release:

python dump_coco_labels.py -y 2014

And for the labels in 2017 release:

python dump_coco_labels.py -y 2017

coco-labels's People

Contributors

amikelive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.