handwritten-sequence-tensorflow
handwritten-sequence-tensorflow copied to clipboard
how to create TFRecord?
how to create TFRecord from AMI dataset ?
thanks!!
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.