imglab icon indicating copy to clipboard operation
imglab copied to clipboard

Exporting data in Tensor flow format

Open amitguptagwl opened this issue 7 years ago • 1 comments

Currently imglab supports exporting labelled data in dlib, Pascal VOC, and COCO formats. We want to let users export data in tfrecord (tensor flow) format as well.

target folder : data formaters

Please check how export feature is implemented for other formats in data formaters

Some code reference to generate tfrecord: https://github.com/datitran/raccoon_dataset

Watch for changes, or Bookmark for easy discovery. Fund this project for new features and maintenance. [Showcase] your project with us by raising an issue


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

amitguptagwl avatar Aug 21 '18 10:08 amitguptagwl

See also https://github.com/tensorflow/models/blob/master/research/object_detection/dataset_tools/create_pet_tf_record.py

allenday avatar Dec 30 '19 07:12 allenday