genp / cocottributes

Code use to create COCO Attributes dataset and experiments in the associate ECCV 2016 paper.
46 stars 9 forks source link

New dataset format #2

Closed varunagrawal closed 7 years ago

varunagrawal commented 7 years ago

Utils and helper functions for converting the COCO Attributes dataset to my alternative format, along with creating the corresponding LMDB and HDF5 files needed for training deep learning models.

I have added a description of my format in the file DATA.md as well as illustrative functions within each *_helper.py.