YoloToTfRecords
YoloToTfRecords copied to clipboard
Convert TfRecords to Yolo
Hi, can the code be used to convert data the other way around - TfRecords csv file to Yolov3 txt format?
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.