FacialCartoonization icon indicating copy to clipboard operation
FacialCartoonization copied to clipboard

Imporved performance on facial image cartoonizaiton

Results 7 FacialCartoonization issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/29938499/130479922-ad5f57e1-1689-4f8b-829a-3de8282ff026.png) they are all 256x256 and the default ones worked fine

Hello! Thank you very much for this repo. May you share a training code? Is it still unavailable? In addition I want to ask you about datasets. Am I right...

can you tell me which pytorch version? i had tried many version ,such as 1.7.1,1.6.1.i can't load weight pth at my c++ libtorch project.thanks.

We can make this work on videos by splitting the video into frames, passing each frame to the model and then stiching the frames back together. I would like to...

Solves issue #1 Now users can have images of arbitrary size in the images folder.

I can change the code so users can have images of any resolution in the input folder. The images will be resized to 256x256 pixels using the PIL library.