# DeepCalliFont **Repository Path**: StringofUniverse/DeepCalliFont ## Basic Information - **Project Name**: DeepCalliFont - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-10 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepCalliFont This repo is the official implementation of DeepCalliFont: Few-shot Chinese Calligraphy Font Synthesis by Integrating Dual-modality Generative Models (AAAI 2024) ## Prerequisites * Python * PyTorch * Aim ## Data We provide an example of the dataset in [PKU Disk](https://disk.pku.edu.cn/link/AA879C32E05E4241319BFE6D4AF2B1C8B0). You need to unzip it to the "data" directory. ## Train Run python train.py #path_of_config example: python train.py config/train_common.yaml ## Test Run python train.py #path_of_config example: python test.py config/train_common.yaml ## How to cite ``` @article{liu2023deepcallifont, title={DeepCalliFont: Few-shot Chinese Calligraphy Font Synthesis by Integrating Dual-modality Generative Models}, author={Liu, Yitian and Lian, Zhouhui}, journal={arXiv preprint arXiv:2312.10314}, year={2023} } ```