Skip to content

WanchaoYao/CartoonFaceSynthesize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CartoonFaceSynthesize

Given a face photo as input, synthesize a cartoon face.

  • Version1: Implementation of 《Guided Face Cartoon Synthesis》
  • Version2: First, using lasso or weight funtion to synthesize and combine all patches to get a global synthesis. Second, synthesize nose, mouth, eyes, brows and seamless clone them into the global synthesis to get detailed synthesis. Finally, remove defects by post-processing.

Running

  1. Prerequisites
  2. Run version1
    1. run demo1_prepare.m
    2. run demo1.m
  3. Run version2
    1. run landmark_prepare.m, brow_prepare.m, eye_prepare.m, mouth_prepare.m, nose_prepare.m, demo2_prepare.m
    2. run demo2.m

Exmaples

Vesion2-LASSO Version2-Weight Funtion

About

Given a face photo as input, synthesize a cartoon face.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages