Skip to content

Commit

Permalink
add paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
dai gang committed Jul 15, 2023
1 parent 8045aad commit 622e7e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
![MIT LICENSE](https://shields.io/badge/license-MIT-green)
![python 3.8](https://img.shields.io/badge/python-3.8-brightgreen)
# 🔥 Disentangling Writer and Character Styles for Handwriting Generation

<p align='center'>
<b>
<a href="https://arxiv.org/abs/2303.14736">ArXiv</a>
|
<a href="https://github.com/dailenson/SDT/static/Poster_SDT.pdf">Poster</a>
|
<a href="https://youtu.be/mKbYLEwa4dI">Video</a>
|
<a href="https://cvpr2023.thecvf.com/virtual/2023/poster/20954">Project</a>
</b>
</p>

## 📢 Introduction
- The proposed style-disentangled Transformer (SDT) generates online handwritings with conditional content and style. Existing RNN-based methods mainly focus on capturing a person’s overall writing style, neglecting subtle style inconsistencies between characters written by the same person. In light of this, SDT disentangles the writer-wise and character-wise style representations from individual handwriting samples for enhancing imitation performance.
- We extend SDT and introduce an offline-to-offline framework for improving the generation quality of offline Chinese handwritings.
Expand Down
Binary file added static/Poster_SDT.pdf
Binary file not shown.

0 comments on commit 622e7e1

Please sign in to comment.