shasph / dualFace

dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching (CVMJ)
MIT License
53 stars 16 forks source link
graphics interface sketch

dualFace

dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching (CVMJ)

We provide python implementations for our CVM 2021 paper "dualFace:Two-Stage Drawing Guidance for Freehand Portrait Sketching". This project provide sketch support for artistic portrait drawings with a two-stage framework. [arXiv][PDF][Project][Video]

User Interface

image

Network Structure (Global Stage)

dualface-global

Network Structure (Local Stage)

dualface-local

Prerequisites

Quick Start (Apply a Pre-trained Model)

Acknowledgments

Our code has depended on the following opensource codes.

Please contact xie@jaist.ac.jp for any comments or requests.

Citation

If you use this code for your research, please cite our paper.

@article{dualface2021,
  author    = {Zhengyu Huang and
               Yichen Peng and
               Tomohiro Hibino and
               Chunqi Zhao and
               Haoran Xie and
               Tsukasa Fukusato and
               Kazunori Miyata},
  title     = {dualFace: Two-Stage Drawing Guidance for Freehand Portrait Sketching},
  journal   = {Computational Visual Media},
  volume    = {8},
  pages     = {63–77},
  year      = {2022},
  url       = {https://doi.org/10.1007/s41095-021-0227-7}
}