When downloading any .pth.tar file from unofficial sources (including shared Google Drive links), you expose yourself to serious security risks.
Without the vox-adv-cpk.pth.tar file, the FOMM software is an empty shell. It contains the millions of calculated parameters that tell the software exactly how a face moves and how to interpret those keypoints. vox-adv-cpk.pth.tar google drive download
The FOMM does not require a 3D model of the face. Instead, it learns to predict motion keypoints from a video. It maps the motion of a "driving video" onto a "source image." When downloading any
imageio.mimsave('animated_face.mp4', [img['prediction'].cpu().numpy() for img in predictions]) vox-adv-cpk.pth.tar google drive download
predictions = make_animation(source, driving, generator, kp_detector, relative=True)