Skip to content

boom85423/Cartoon-style-Stickers-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Cartoon-style-Stickers-Generator

Background

Stikers are very common to express your emotion in a communication but the cost to generate it is not cheap. However, using AI to generate cartoon-style stickers is one of the solution. I combined instance segmentation and style transfer in this project for generating stickers on your own images.

Example

Requirements

  • torch==1.7.1
  • torchvision==0.8.2
  • cv2==4.5.3

Experiment

Load the pretrained model trained_netG.pth from https://drive.google.com/file/d/1aBlInboCznUhjULZfk4i7ENnLdcRW0jA/view?usp=sharing

cp trained_netG.pth Cartoon-style-Stickers-Generator/checkpoints/trained_netG.pth

Apply on your own image which follows jpg format

python3 main.py --image_path 'demo.jpg'

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages