minivision-ai/photo2cartoon
人像卡通化探索项目 (photo-to-cartoon translation project)
Implements unpaired image-to-image translation using a U-GAT-IT architecture enhanced with Soft-AdaLIN normalization and Face ID Loss to preserve identity while converting photos to cartoon style. The pipeline includes face detection, keypoint-based alignment, portrait segmentation for background removal, and ONNX model export for inference. Integrates pretrained face recognition models (MobileFaceNet) and segmentation networks, with support for both PyTorch and ONNX Runtime inference.
4,018 stars. No commits in the last 6 months.
Stars
4,018
Forks
769
Language
Python
License
MIT
Category
Last pushed
Jun 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/minivision-ai/photo2cartoon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
mnicnc404/CartoonGan-tensorflow
Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
kaonashi-tyc/zi2zi
Learning Chinese Character style with conditional GAN
manicman1999/StyleGAN2-Tensorflow-2.0
StyleGAN 2 in Tensorflow 2.0
yunxiaoshi/Neural-IMage-Assessment
A PyTorch Implementation of Neural IMage Assessment
ajbrock/Neural-Photo-Editor
A simple interface for editing natural photos with generative neural networks.