amzn / convolutional-handwriting-gan

ScrabbleGAN: Semi-Supervised Varying Length Handwritten Text Generation (CVPR20)
https://www.amazon.science/publications/scrabblegan-semi-supervised-varying-length-handwritten-text-generation
MIT License
264 stars 55 forks source link

Regarding inference for recognition model #18

Open vijay1131 opened 3 years ago

vijay1131 commented 3 years ago

HI I would like to know how to proceed for testing the recogniser model to evaluate the text recognition. Also would that be a good idea to use recogniser model from this project?

Thanks a lot !

huynhtruc0309 commented 3 years ago

I do have the same problem.

rlit commented 3 years ago

I hope you do not mean the GAN recognizer, as we intentionally made it sub-optimal (see details in the paper and the supplementary materials). We use the clova text recognition benchmark for all the experiments almost as-is (we just added affine augmentations during training).

Finally, note that the biggest boost we got was for domain adaptation, YMMV.

Hope this helps