Skip to content
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

I try to use colab demo,it's run error 。 #5

Open
lonesurvivor1984 opened this issue Feb 16, 2023 · 2 comments
Open

I try to use colab demo,it's run error 。 #5

lonesurvivor1984 opened this issue Feb 16, 2023 · 2 comments

Comments

@lonesurvivor1984
Copy link

I try to use colab demo,it's run error 。
how to fix it?


Animating Character with Driving Video: This might take a few minutes..
/content/first-order-model
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-4-76df4023fd33> in <module>
     10 get_ipython().system('cd /content/')
     11 print("Animating Character with Driving Video: This might take a few minutes..")
---> 12 animate_video(character_img, video_driver) # variables are only for showing HTML video
     13 final_video_driver = "/content/vidvid.mp4"
     14 

1 frames
/content/first-order-model/demo.py in <module>
     15 from animate import normalize_kp
     16 
---> 17 import ffmpeg
     18 from os.path import splitext
     19 from shutil import copyfileobj

ModuleNotFoundError: No module named 'ffmpeg'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
@lonesurvivor1984
Copy link
Author

I changed nothing.

@ricohrh
Copy link

ricohrh commented Mar 30, 2023

pip install ffmpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants