YoloToTfRecords icon indicating copy to clipboard operation
YoloToTfRecords copied to clipboard

Convert TfRecords to Yolo

Open WellDL opened this issue 4 years ago • 1 comments

Hi, can the code be used to convert data the other way around - TfRecords csv file to Yolov3 txt format?

WellDL avatar May 02 '20 13:05 WellDL

Hi Just found out your question,

TFRecords save the jpg data and boxes data in same file. I loaded a file, with functions to read tfrecords, you can use this, to save image to jpg, and save boxes in any format you need

https://github.com/mwindowshz/YoloToTfRecords/blob/master/ReadTFRecords.py

Check it out

M.

mwindowshz avatar May 22 '20 09:05 mwindowshz