handwritten-sequence-tensorflow icon indicating copy to clipboard operation
handwritten-sequence-tensorflow copied to clipboard

how to create TFRecord?

Open avr248 opened this issue 8 years ago • 1 comments

how to create TFRecord from AMI dataset ?

thanks!!

avr248 avatar Feb 28 '17 15:02 avr248

first you get the images with lines by cropping the images from AMI dataset based on xml files. then use makeTFRecordFile() function from utils, the parameters of the function are described in the function description.

johnsmithm avatar Feb 28 '17 22:02 johnsmithm