W-Net-PyTorch icon indicating copy to clipboard operation
W-Net-PyTorch copied to clipboard

使用GAN生成汉字字体

Results 15 W-Net-PyTorch issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

我有采集的不同人对同一句话抄写产生的字体图片,也有这句话对应的标准宋体字体图片,请问要想把人写的字转成宋体的风格,该怎么准备训练数据呢?谢谢。

作者你好,运行main.py时遇到如下报错: error: OpenCV(4.5.5) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor' 百度出来说是图片路径有误,请问在哪里修改图片路径呀?是configure.yml文件中的img_folder参数吗,我改成本地路径也仍然报错…期望得到作者大大的指点!感谢您!

请问一下原文中具体是哪一个文件来转换的?

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

作者,你好,论文中提到使用了vgg网络,请问这个网络是不是先单独预训练,然后在W-NET训练的时候是不会不训练的

请问作者,关于解决噪音方面的问题,你有没有什么好的建议 ![test](https://user-images.githubusercontent.com/43427583/102001471-a706de80-3d2d-11eb-8418-197e9fd59b64.png)

你在推断的时候out = wnet(src_tensor, target_tensor),输入了target的tensor,这是不是影响结果了。 正常推断不是只有src么