-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turning off Cropping in Video Toonification #52
Comments
@williamyang1991 I prefer to not rescale the video and keep it as it is. I am processing Sign Language videos and want to keep hand gestures. Is it possible? Or was VToonify build in such a way that it can only 'handle' faces. Can I pad the frames so it doesn't get crop? Or use a different model? |
VToonify is based on face toonification model (Toonify/DualStyleGAN). |
Thank you @williamyang1991 I am working in the Google Colab provided specificially, PART II - Style Transfer with specialized VToonify-D model. Is there a direct way to add padding to Step 5: Video Toonification. Under this section, it shows that the input video needs to be rescaled. |
Hi, I am wondering how to turn off automatic cropping in Video Toonification. What function and class is doing this?
I am working on processing some videos to be toonified using the Colab Notebook - PART II - Style Transfer with specialized VToonify-D model. How can I modify the code in this section to remove the automatic cropping. I did like to keep the output uncropped.
Thank you for the amazing work you are doing here.
The text was updated successfully, but these errors were encountered: