-
Notifications
You must be signed in to change notification settings - Fork 219
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
Added linux app for facewarp #69
base: main
Are you sure you want to change the base?
Conversation
No, facewarp works perfectly fine, please check this solution, it might solve your problem |
Yes, I saw this
Yes, I saw this. Thanks |
Hey Jahysama, thanks for building facewarp for linux, it was very helpful. With you binaries I was able to animate the puppet, but I am still facing the error: finish gen fls The software generates the video of the puppet animation with the audio, but it fails to build the video with the cartoon image animation. I downloaded you binary and changed the main_end2end_cartoon.py as you did on your commit. Could you help me with this? Or if you did it with Colab, could you share it with me? Thanks |
Hi, @lukagouvea! I have made an example usage of this project on kaggle more than a year ago here. I ran my fork code with the jupyter cell as follows:
It is important to run it inside MakeItTalk directory to work properly. It might be also the reason causing this issue. Please provide a code to reproduce your error if you want to investigate further :) |
Here's a link to my Colab: https://colab.research.google.com/drive/160bbxffDRDGqTt1ZdM38TtKoElSpzq7e?usp=sharing It is very similar to the original author Colab, with some minor changes. It is cloning a repo direct from my github, this repo is updated with your binary facewarp together with the updated main_end2end_cartoon.py. I am trying to animate the image called "tarsila.png". After fthe error, you can check examples folder, there will be an .mp4 file with the same name as the demo audio, it will contain an animation of the puppet that I created previously. I could not execute the cell as you pasted here, it does not accept user arguments, also could not accept the output folder argument. Inner lip flag is not necessary, because the original image already have a closed mouth. Thanks in advance for your help. |
Description
I have compiled linux app for facewarp, but hardcoded flags (-dump and -vsync) since they did not work on linux for some reason.
I also have changed facewarp usage in
main_end2end_cartoon.py
by removing wine.Related Issue
#57
Motivation and Context
It is really annoying to deal with wine sometimes. Using linux app on remote machines and in google colab is much more easier.
How Has This Been Tested?
I have tested it using readme guidelines.
Screenshots (if appropriate):
Types of changes
Checklist: