tensorflow_object_detection_create_coco_tfrecord icon indicating copy to clipboard operation
tensorflow_object_detection_create_coco_tfrecord copied to clipboard

Convert coco dataset to tfrecord for the tensorflow detection API.

Results 6 tensorflow_object_detection_create_coco_tfrecord issues
Sort by recently updated
recently updated
newest added

Hi, which "dataset util" do you use? I cannot find the proper one. Thank you!

Hi, It seems that you get the Object detection API working on https://github.com/tensorflow/models/tree/master/research/object_detection.. Could you please let me know what version of tensorflow and cudnn were you using to make...

Hey, just a comment, could you change the input parameters. You say: python create_coco_tf_record.py --data_dir=/path/to/your/coco/root/directory \ --set=train \ --output_path=/where/you/want/to/save/pascal.record --shuffle_imgs=True but it should be: python create_coco_tf_record.py --data_dir=/path/to/your/coco/root/directory \ --set=train \...

https://github.com/MetaPeak/tensorflow_object_detection_create_coco_tfrecord/blob/master/create_coco_tf_record.py#L64

added a loop of loading image to convert all images