FacialCartoonization
FacialCartoonization copied to clipboard
Imporved performance on facial image cartoonizaiton
 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.