hugrubsan / Offline-Handwriting-Recognition-with-TensorFlow

29 stars 11 forks source link

IAM Label file #1

Open myaimmystyle opened 6 years ago

myaimmystyle commented 6 years ago

Hello,

I am unable to find where the path to IAM words label xml file is mentioned. It is not mentioned in the config.json file

hugrubsan commented 6 years ago

Hi, In the directory "Offline-Handwriting-Recognition-with-TensorFlow /CSV" you will find CSV files that contain the word written in each image. For example, "Offline-Handwriting-Recognition-with-TensorFlow /CSV/Cross-Validation/" contains the CSV files for the corresponding test.

The xml files proposed by IAM Databases have not been used.

SaraYue commented 5 years ago

Hello, most of the trans in the csv file is 0, is it caused by not reading the dataset label in the code? So this code is not complete in converting IAM datasets?