johnsmithm / handwritten-sequence-tensorflow

Tensorflow implementation of handwritten sequence of small letters recognition.
MIT License
21 stars 9 forks source link

how to create TFRecord? #2

Open avr248 opened 7 years ago

avr248 commented 7 years ago

how to create TFRecord from AMI dataset ?

thanks!!

johnsmithm commented 7 years ago

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.