mirror of https://github.com/menyifang/DCT-Net
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
# DCT-Net: Domain-Calibrated Translation for Portrait Stylization
|
|
|
|
### [Project page](https://menyifang.github.io/projects/DCTNet/DCTNet.html) | [Video](https://www.youtube.com/watch?v=Y8BrfOjXYQM) | [Paper](https://arxiv.org/abs/2207.02426)
|
|
|
|
Official implementation of DCT-Net for Portrait Stylization.
|
|
|
|
|
|
> [**DCT-Net: Domain-Calibrated Translation for Portrait Stylization**](arxiv_url_coming_soon),
|
|
> [Yifang Men](https://menyifang.github.io/)<sup>1</sup>, Yuan Yao<sup>1</sup>, Miaomiao Cui<sup>1</sup>, [Zhouhui Lian](https://www.icst.pku.edu.cn/zlian/)<sup>2</sup>, Xuansong Xie<sup>1</sup>,
|
|
> _<sup>1</sup>[DAMO Academy, Alibaba Group](https://damo.alibaba.com), Beijing, China_
|
|
> _<sup>2</sup>[Wangxuan Institute of Computer Technology, Peking University](https://www.icst.pku.edu.cn/), China_
|
|
> In: SIGGRAPH 2022 (**TOG**)
|
|
> *[arXiv preprint](https://arxiv.org/abs/2207.02426)*
|
|
|
|
|
|
## Demo
|
|
![demo_vid](assets/demo.gif)
|
|
|
|
|
|
## News
|
|
(2022-07-07) The paper is available now at arxiv(https://arxiv.org/abs/2207.02426).
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
## 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}
|
|
}
|
|
```
|