diff --git a/.DS_Store b/.DS_Store index 23c6660..8f564b7 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 1cc425b..65caab8 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,8 @@ Official implementation of DCT-Net for Portrait Stylization. ## Demo -Full-body translation in multi-styles & Video stylization - - - - - -
+![demo_vid](assets/demo.gif) + ## News (2022-07-07) The paper is available now at arxiv(https://arxiv.org/abs/2207.02426). @@ -30,3 +25,21 @@ Full-body translation in multi-styles & Video stylization ## Quick Start + + +## Citation + +If you find this code useful for your research, please use the following BibTeX entry. + +```bibtex +@inproceedings{men2022dct, + title={DCT-Net: Domain-Calibrated Translation for Portrait Stylization}, + author={Men, Yifang and Yao, Yuan and Cui, Miaomiao and Lian, Zhouhui and Xie, Xuansong}, + journal={ACM Transactions on Graphics (TOG)}, + volume={41}, + number={4}, + pages={1--9}, + year={2022}, + publisher={ACM Vancouver, BC, Canada} +} +``` diff --git a/assets/demo_video.gif b/assets/demo.gif similarity index 56% rename from assets/demo_video.gif rename to assets/demo.gif index 92f2c0e..7e357ac 100644 Binary files a/assets/demo_video.gif and b/assets/demo.gif differ diff --git a/assets/demo_style.gif b/assets/demo_style.gif deleted file mode 100644 index 01eca69..0000000 Binary files a/assets/demo_style.gif and /dev/null differ