You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for sharing the great work!
I have some questions about FsFont.
Compare Ablation part and Experimental results, the model without any new module (the last row in Ablation studies table, which can I say it is just a GAN with reference encoder & content encoder ) is still has quite good performance even compared to LF-Font or MX-Font. Did I miss any details?
The text was updated successfully, but these errors were encountered:
Hi! Thanks for sharing the great work! I have some questions about FsFont. Compare Ablation part and Experimental results, the model without any new module (the last row in Ablation studies table, which can I say it is just a GAN with reference encoder & content encoder ) is still has quite good performance even compared to LF-Font or MX-Font. Did I miss any details?
Thanks for your attention! You are right, the last row is just a GAN with two encoders and a decoder but we fixed the number of references in 3 for each content character without Content-Reference mapping. Both of LFFont and MXFont is trying to explicitly disentangle the content and style information in networks, so they have a quiet good performence in the Character Accuracy which means they can generate a very stable font but both of them will lose many style information. We've already clarified this point in the Abstract and Section 2: "Style lies in the local details". Those 4 Evaluation metrics in ablation studies is to see how similar between the output and ground truth. Actually the last row setting will have some defects like a dot in blank or missing a stroke but these defects will not have many impacts on these Evaluation metrics. You can do an experiment on Character Accuracy in the same experiment setting.
Hi! Thanks for sharing the great work!
I have some questions about FsFont.
Compare Ablation part and Experimental results, the model without any new module (the last row in Ablation studies table, which can I say it is just a GAN with reference encoder & content encoder ) is still has quite good performance even compared to LF-Font or MX-Font. Did I miss any details?
The text was updated successfully, but these errors were encountered: