Open ZYJ-JMF opened 3 years ago
Thank you for your question. In order to ensure that the characters in the test set are invisible during the training process, the content in the test set of each style is the same.
Thanks for your answer. I have another question,how to evaluation the performance of the result and get the quantitative score? In the validataion, every font(total 8) can generate a series of styled fonts.Which is used for the eval? or you caculate the average score? Thanks
I used the font KAI as the content during the testing process. You can also use other fonts as content, such as SONG
oh,Thanks for your answer. I want to make sure whether I understand your answer. DO you mean that you use other style font as the content to generate the KAI style and compare with the groundtruth font KAI?
In the test process, we use KAI as the source font (content) to generate other styles and compare these generated images with their ground-truth.
"In the test process, we use KAI as the source font (content) to generate other styles and compare these generated images with their ground-truth." " other styles" here are choosed from the total 990 word or from the valid 190 words as the reference style? Do you random choose 50 words as the reference and generated images? Will you share the eval code? Thanks
@ecnuycxie I also have some questions about the split of dataset.
Am I right? How to understand this difference? Does that make any difference for DG-Font?
Another question, validation seems only save generated images, no useful information generated for training. So can I comment out this line for speeding up training?
Hi,I am wondering how to split the train and test datasets? In your paper,it said that "The dataset is randomly partitioned into a training set and testing set". Dose randomly mean the Font content test set in differents Font style is different?