Blade6570 / icface

ICface: Interpretable and Controllable Face Reenactment Using GANs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can i using my custom driving video or driving image?

Dian-Yi opened this issue · comments

thanks for ur working, i find the demo need voxceleb video .csv file. can u test using a custom vidoe without .csv file or using other landmark detections code to make a easy and generic demo?

Hi, Thanks for appreciating. You can use any custom video for testing our code. That csv file can be generated for any face video, You need to use openface to generate csv file. You can find more details here: https://github.com/TadasBaltrusaitis/OpenFace.

After installing Openface, you can issue the following command in the terminal to generate the csv file for a video named 'video.avi':
/home/soumya/OpenFace/build/bin/FeatureExtraction -fdir /video.avi

  • Please change the path according to your installation. The csv file will be located somewhere in the OpenFace folder. Then copy that to ICface folder and run the code to generate animation.

Thanks