sunyasheng / SSSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Content

News

Step-by-step Installation Instructions

a. Create a conda virtual environment and activate it. It requires python >= 3.7 as base environment.

conda create -n sssp python=3.7 -y
conda activate sssp

b. Install PyTorch and torchvision following the official instructions.

conda install pytorch==1.10.0 torchvision==0.8.2 -c pytorch -c conda-forge

c. Install other dependencies. We simply freeze our environments. Other environments might also works. Here we provide requirements.txt file for reference.

pip -r requirements.txt

Prepare Data

  • Download cropped version of test set on FFHQ

Pretrained Model

Download Pretrained model

Testing

bash experiments/test.sh sketch_w_128_quanti

Acknowledgements

Many thanks to these excellent open source projects:

Citation

If you find our paper and code useful for your research, please consider citing:

@misc{sun2023make,
  title={Make Your Brief Stroke Real and Stereoscopic: 3D-Aware Simplified Sketch to Portrait Generation},
  author={Sun, Yasheng and Wu, Qianyi and Zhou, Hang and Wang, Kaisiyuan and Hu, Tianshu and Liao, Chen-Chieh and Miyafuji, Shio and Liu, Ziwei and Koike, Hideki},
  booktitle={Proceedings of the 25th International Conference on Multimodal Interaction},
  pages={388--396},
  year={2023}
}

About


Languages

Language:Python 71.8%Language:C++ 9.9%Language:Cuda 9.4%Language:HTML 5.1%Language:Shell 2.7%Language:C 1.1%Language:Dockerfile 0.1%Language:Batchfile 0.0%