[CVPR 2024] This is the official source for our paper "SyncTalk: The Devil is in the Synchronization for Talking Head Synthesis"
1.34k
stars
161
forks
source link
Handle memory error for longer duration by compiling video using saved frames #226
Open
kartikeyporwal opened 2 months ago
Problem: Current implementation stores all the frames in the memory, which takes all the RAM if longer duration video is created.
Solution: This PR handles this issue by saving all the frames in disk and then at the last compiles video using those saved frames