Skip to content

kwanyun/StyleSketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stylized Face Sketch Extraction via Generative Prior with Limited Data (EUROGRAPHICS 2024)

[EG2024] Official repository of StyleSketch [SKSF-A] [Project Page] [Paper]

teaser2

Getting Started

  • install dependency
bash run.sh

How to inference Scripts

Move to sketch folder and run generate.py with the style to extract

cd sketch
python generate.py --train_data sketch_MJ
python generate.py --train_data pencil_sj

How to make the w^+ code to extract sketches?

In our experiment, we used e4e followed by optimization. This can be replaced by different inversion methods.

SKSF-A Sketch Data

SKSF-A consists of seven distinct styles drawn by professional artists, each containing 134 identities and corresponding sketches.

Acknowledgments

our codes were borrowed from DatasetGAN

If you use this code or SKSF-A for your research, please cite our paper:

@article {yun2024stylized,
journal = {Computer Graphics Forum},
title = {{Stylized Face Sketch Extraction via Generative Prior with Limited Data}},
author = {Yun, Kwan and Seo, Kwanggyoon and Seo, Chang Wook and Yoon, Soyeon and Kim, Seongcheol and Ji, Soohyun and Ashtari, Amirsaman and Noh, Junyong},
year = {2024},
publisher = {The Eurographics Association and John Wiley & Sons Ltd.},
ISSN = {1467-8659},
DOI = {10.1111/cgf.15045}
}

About

official repository of StyleSketch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published