-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can I change the code to get picture as the result? #11
Comments
Yes, but you need to turn off the --relative option, use absolute mode instead. |
Thank you. |
I change “def make_animation(source_image, driving_video, generator, kp_detector, tdmm, with_eye=False,relative=True, adapt_movement_scale=True, cpu=False)” to “def make_animation(source_image, driving_video, generator, kp_detector, tdmm, with_eye=False,relative=False, adapt_movement_scale=True, cpu=False)”.But it has some errors. |
@Qiulin-W Thank you for your reply. Can you tell me what to do and how to solve this problem? Can you get the picture results? |
Hello,I'd like to ask if I can use picture as driving_input instead of video to obtain the output results of pictures.
The text was updated successfully, but these errors were encountered: