Blade6570 / icface

ICface: Interpretable and Controllable Face Reenactment Using GANs
Other
157 stars 26 forks source link

can i using my custom driving video or driving image? #12

Open Dian-Yi opened 4 years ago

Dian-Yi commented 4 years ago

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?

Blade6570 commented 4 years ago

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

Thanks