Skip to content

rwightman/tensorflow-annex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tensorflow Annex

A module for importing data into Tensorflow records format.

Initially focused on large image datasets like Imagenet or MS Coco but plan to support useful audio, video, and mixed media datasets in the future.

Currently the basics of MS Coco dataset to tensorflow record appear to work. The output hasn't been validated yet...

Usage

python importer.py --dataset mscoco --train_dir /data/mscoco/train2014/ --annotation_file /data/mscoco/annotations/instances_train2014.json  --output_dir /data/output/

About

A module for converting datasets + annotations to sharded Tensorflow TFRecords files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages