yiranran / Audio-driven-TalkingFace-HeadPose

Code for "Audio-driven Talking Face Video Generation with Learning-based Personalized Head Pose" (Arxiv 2020) and "Predicting Personalized Head Movement From Short Video and Speech Signal" (TMM 2022)
https://ieeexplore.ieee.org/document/9894719
721 stars 146 forks source link

How to build .so? #53

Open iamchenxin-coder opened 3 years ago

iamchenxin-coder commented 3 years ago

(1)Hello, the procedure(https://github.com/yiranran/Audio-driven-TalkingFace-HeadPose/blob/master/Deep3DFaceReconstruction/tf_mesh_renderer/README.md) for compiling the .so is not very detailed. Please tell me how to compile the corresponding .so in detail. The following figure shows the picture of the undefined character when I run the command directly, because the latest .so file is not compiled. image

(2)The link https://github.com/yiranran/Audio-driven-TalkingFace-HeadPose/blob/master/Deep3DFaceReconstruction/tf_mesh_renderer/README.md introduce how to build so, but how to get runtests.sh? image

DaddyWesker commented 2 years ago

All you need is to cd to the folder Deep3DFaceReconstruction/tf_mesh_renderer which contains that runtests.sh and launch it. But you need to install bazel (if you haven't installed it yet).

PengFuqiang commented 2 years ago

All you need is to cd to the folder Deep3DFaceReconstruction/tf_mesh_renderer which contains that runtests.sh and launch it. But you need to install bazel (if you haven't installed it yet) Hello,did you slove it?I found the url is 404 when I run it,could you tell me something,thanks.

muxiddin19 commented 2 years ago

Thanks for your reply! However when I run .runtests.sh, I faced error, even though I had installed bazel: image image image Can you share some other solutions, please?