aloyschen / tensorflow-yolo3

tensorflow implementation of yolov3
143 stars 58 forks source link

How to generate .tfrecords files from COCO? #4

Open Alommo opened 6 years ago

Alommo commented 6 years ago

I want to know what rule to use to generate the .tfrecords file. Thank you for much for your reply.

Alommo commented 6 years ago

I find the function "convert_to_tfrecord" in "dataReader.py". Thank you for your code.