tlc121 / FsFont

Official PaddlePaddle Implementation of Few-Shot Font Generation by Learning Fine-Grained Local Styles (FsFont)
Other
64 stars 8 forks source link

About inference process. #31

Open ChenSiyi1 opened 8 months ago

ChenSiyi1 commented 8 months ago

在推理阶段需要用到reference set中所有(100个)字符的style images?

awei669 commented 5 months ago

当前代码是根据cr_mapping为每个内容字符选3个参考字符,所以推理的时候要涵盖cr_mapping当中所有参考字符(做并集)。

如果你需要固定参考字符的话,需要对inference.py和dataset_transformer.py做修改。