Skip to content

🌱 [CVPR'18] Alive Caricature from 2D to 3D. This repository contains some caricature-related data.

License

Notifications You must be signed in to change notification settings

QianyiWu/Caricature-Data

Repository files navigation

Caricature-Data

This repository contains the caricature images with corresponding facial landmarks in the paper: Alive Caricature from 2D to 3D.

The Caricature_w_landmark folder contains the caricature images with its landmarks. We named them by number. e.g. 1.jpg with its landmarks file named 1.txt.

Each text file is organized by x-coordinate and y-coordinate of 68 landmarks. The sequence of landmarks following ibug_facial_landmarks.jpg

We provide a python script to read the landmarks file and display them.

Usage: run read_landmarks.py in this folder. For example, if you want to show the 7-th image's landmarks, you can use:

cd ../Caricature_w_landmark
python read_landmarks.py --index 7

Dependencies: PIL.

It should be something like this. Those red points are facial landmarks.

The my_result_Crop folder contains outputs given by our method.

Update Log

Add landmarks index of 3D model: Add 3D model landmark file 3D_landmark used in our project. Those data were marked manually and can be edited if necessary.

Usage

If you have comments or questions, please contact Qianyi Wu (wqy9619@mail.ustc.edu.cn) and Juyong Zhang (juyong@ustc.edu.cn).

License

Please note that this dataset could be used for research purposes only, and any commercial use of the data is prohibited.

Citation

Please cite the following paper if this dataset helps your research: Alive Caricature from 2D to 3D

@article{wu2018alive
      title={Alive Caricature from 2D to 3D},
      author={Wu, Qianyi and Zhang, Juyong and Lai, Yu-Kun and Zheng, Jianmin and Cai, Jianfei}
      journal={CVPR},
      year={2018}
}

About

🌱 [CVPR'18] Alive Caricature from 2D to 3D. This repository contains some caricature-related data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages