Real-to-Cartoon translation

3 papers with code • 0 benchmarks • 0 datasets

Cartoonifying images

Most implemented papers

CartoonGAN: Generative Adversarial Networks for Photo Cartoonization

mnicnc404/CartoonGan-tensorflow CVPR 2018

Two novel losses suitable for cartoonization are proposed: (1) a semantic content loss, which is formulated as a sparse regularization in the high-level feature maps of the VGG network to cope with substantial style variation between photos and cartoons, and (2) an edge-promoting adversarial loss for preserving clear edges.

ReStyle: A Residual-Based StyleGAN Encoder via Iterative Refinement

yuval-alaluf/restyle-encoder ICCV 2021

Instead of directly predicting the latent code of a given real image using a single pass, the encoder is tasked with predicting a residual with respect to the current estimate of the inverted latent code in a self-correcting manner.