Zejun-Yang / AniPortrait

AniPortrait: Audio-Driven Synthesis of Photorealistic Portrait Animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to keep the unprocessed data?

G-force78 opened this issue · comments

The data that is generated before the video is made? Such as the individual frames and face landmark frames?

As for video original frames, you can use ffmpeg to convert the video to images. As for pose landmark images, you can save pose_image_np here.

pose_image_np = cv2.resize(lmk_img, (width, height))