We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我读取了您在仓库中保留的char_img_sub_mean.npy,我从从仓库的char2ix.npz,中读取了 ['淇','镇','药','倾']四个字的id,但是在 图像矩阵索引出来保存的图像是黑的,不知这是为什么?
char_img_sub_mean.npy
char2ix.npz
['淇','镇','药','倾']
以下读取的字体的代码
以下是读取结果
以下是论文中的结果
您好,还有一个问题,就是您们在生成图像时的一些设置问题:
请问您们在具体设置中:大小,宽度,高度设置为多少
The text was updated successfully, but these errors were encountered:
显示文字需要将数值乘以255:first_image = img_data[c_id].squeeze() * 255 生成图像的转换器不太一样,具体设置可以自行探索。
Sorry, something went wrong.
好的,谢谢!
您好,我又来了,在论文中提到的求平均是,所有的图像矩阵除以255吗
我在操作过程中,是在所有图像矩阵的对应位置上求平均
No branches or pull requests
您好,我读取了您在仓库中保留的
char_img_sub_mean.npy
,我从从仓库的char2ix.npz
,中读取了['淇','镇','药','倾']
四个字的id,但是在 图像矩阵索引出来保存的图像是黑的,不知这是为什么?您好,还有一个问题,就是您们在生成图像时的一些设置问题:
请问您们在具体设置中:大小,宽度,高度设置为多少
The text was updated successfully, but these errors were encountered: