Skip to content

JoshuaPlacidi/ms_coco_object_tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS-COCO-Object-Tags

Introduction

This repo provides convienent object annotation files for the MS-COCO dataset. Bounding boxes, class ids and labels are provided for each image.

Annotations are collected and combined from 3 different sources:

How To Use

Due to the size of the combined object file (628KB) it must be downloaded from this Google Drive link

The annotations are stored as a json file that can be easily opened as a python dictionary with image ids as keys. Demo.ipynb shows how to load and visualise objects tags.

Examples

Below are some examples of how tags vary from different sources:

Baseball Example

Site Example

About

Python dictionary storing object tags for MS-COCO images. Data from 3 different sources (COCO ground truths, VG classifier and Microsoft's VinVL) are availible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published