I want to apply attention-ocr to detect all digits on number board of cars. I've read your README.md of attention_ocr on github(https://github.com/tensorflow/models/tree/master/research/attention_ocr), and also the way I should do to use my own image data to train model with the StackOverFlow page.(https://stackoverflow.com/a/44461910/743658) However, I didn't get any information of how to store annotation or label of the picture, or the format of this problem. For object detection model, I was able to make my dataset with LabelImg and converting this into csv file, and finally make .tfrecord file. I want to make .tfrecord file on FSNS dataset format.
Can you give me your advice to go on this training steps?