omni-us / research-GANwriting

Source code for ECCV20 "GANwriting: Content-Conditioned Generation of Styled Handwritten Word Images"
MIT License
66 stars 22 forks source link

OOV FID calculate questions #16

Open bzluan opened 1 year ago

bzluan commented 1 year ago

I have read your article GANwriting: Content-Conditioned Generation of Styled Handwritten Word Images and your code, and I am confused about how to calculate the FID of the OOV words. I noticed that in your article you mentioned that you prepared 400 unique words to test the OOV performance, but there are only 80 words in your file corpora_english/oov.common_words, I have a few questions:

  1. If it is actually 400 words, could you please give me the word list?
  2. Is the OOV FID calculated by averaging of the FID scores of each handwriting style or directly performing evaluation on randomly sampled generated images?
dailenson commented 1 year ago

Thank you for your amazing work. I have the same question about the file "oov.common_words". Could you share the complete list of 400 oov words?