ShannonAI / glyce

Code for NeurIPS 2019 - Glyce: Glyph-vectors for Chinese Character Representations
https://arxiv.org/abs/1901.10125
Apache License 2.0
421 stars 75 forks source link

读取 字体.ttf 会出错 #17

Open zhaolulul opened 5 years ago

zhaolulul commented 5 years ago

我双击打开这个 seal_script/方正小篆体.ttf 这个 字体 ,这个字体是否需要安装???因为 之前没有安装 然后 builtins.OSError: cannot open resource

ghost commented 4 years ago

您好,字体文件都是不需要安装的。”seal_script/方正小篆体.ttf “这个文件是二进制文件,不可读。 我们在代码"glyce/utils/render.py"里面通过PIL包里面的ImageFont对字体文件进行读取。 builtins.OSError: cannot open resource 一般这种报错是因为字体文件没有读取成功,可能是配置文件"configs/*_glyce_bert.json"或者文件夹、文件名称配置错误(请参考glyce/fonts/README.md检查文件夹、文件名称是否配置错误)。

LLeLeX commented 2 years ago

请问render.py中的useless、useless2、useless3是用来做什么的。希望将.ttf文件通过嵌入层转换为.np,然后在chinesebert上使用,请问能否通过render.py实现呢