pkhungurn / talking-head-anime-demo

Demo for the "Talking Head Anime from a Single Image."
MIT License
1.99k stars 286 forks source link

How does it work with existing videos ? #34

Closed yslion closed 3 years ago

yslion commented 3 years ago

How does it work with existing videos ?

dragonmeteor commented 3 years ago

The code in this repository does not provide an interface that accepts videos as input, and there's no plan to add that functionality. You have to modify the software to do so yourself.

JiliHili commented 1 year ago

./app/puppeteer.py line 201 video_capture = cv2.VideoCapture('video file path')