Skip to content

Commit

Permalink
loop forever
Browse files Browse the repository at this point in the history
  • Loading branch information
dailenson authored and dai gang committed Apr 19, 2024
1 parent 9d00c00 commit fb2994b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
- 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.

![overview_sdt](static/overview_sdt.jpg)


<div style="display: flex; justify-content: center; margin-bottom: 20px;">
<img src="static/overview_sdt.jpg" style="width: 100%;">
</div>

<div style="display: flex; justify-content: center;">
<img src="static/duo.gif" style="flex: 1; width: 33.33%;"><img src="static/mo.gif" style="flex: 1; width: 33.33%;"><img src="static/tai.gif" style="flex: 1; width: 33.33%;">
<img src="static/duo_loop.gif" style="flex: 1; width: 33.33%;"><img src="static/mo_loop.gif" style="flex: 1; width: 33.33%;"><img src="static/tai_loop.gif" style="flex: 1; width: 33.33%;">
</div>


Expand Down
Binary file added static/duo_loop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/mo_loop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/tai_loop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb2994b

Please sign in to comment.