文件名称:Font-Generator:从少量样本创建字体集
文件大小:25KB
文件格式:ZIP
更新时间:2024-04-26 09:32:25
Python
字体生成器 安装 $ git clone git@github.com:tomoino/Font-Generator.git 用法 设置 $ cd Font-Generator $ sh docker/build.sh $ sh docker/run.sh $ sh docker/exec.sh 数据集 通过使用以下存储库制作数据集。 $ git clone git@github.com:tomoino/Font-Image-Dataset.git 训练 $ python train_gan.py project=glyph_gan 检查结果 您可以使用MLflow来检查实验结果。 从浏览器访问 。 如有必要,您可以编辑env.sh来更改端口。 结构 $ tree -I " datasets|mlruns|__pycache__|outputs|multirun " . ├── READ
【文件预览】:
Font-Generator-main
----docker()
--------init.sh(219B)
--------build.sh(204B)
--------exec.sh(120B)
--------Dockerfile(2KB)
--------run.sh(287B)
--------requirements.txt(108B)
--------env.sh(167B)
----train.py(980B)
----models()
--------simple_cnn.py(1KB)
--------glyph_gan.py(3KB)
--------helper.py(2KB)
--------__init__.py(1KB)
--------resnet18.py(656B)
--------base_model.py(2KB)
----configs()
--------project()
--------hydra()
--------supported_info.py(508B)
--------config.yaml(85B)
----metrics()
--------classification_metric.py(3KB)
--------__init__.py(739B)
----executor()
--------gan.py(8KB)
--------__init__.py(5KB)
----README.md(2KB)
----data()
--------helper.py(2KB)
--------dataloader.py(614B)
--------__init__.py(5KB)
--------dataset()
--------sampler()
----train_gan.py(1013B)
----.gitignore(2KB)