Skip to content

A tool to download and format MS COCO dataset for multilabel classification

Notifications You must be signed in to change notification settings

bbenligiray/ms_coco_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS COCO Formatter

A tool to download and format MS COCO dataset for multilabel image classification

It outputs a .h5 file that contains the following:

  • data_types: 'train' and 'val'
  • cats: names of the 80 categories (replace x with any data type)
  • x_images: flattened images (not preprocessed, except for the few grayscale images that have been converted to RGB)
  • x_shapes: shapes of the images, to reshape the flattened images
  • x_names: file names of the images
  • x_label: a one-hot integer vector of labels

About

A tool to download and format MS COCO dataset for multilabel classification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages