icface icon indicating copy to clipboard operation
icface copied to clipboard

can i using my custom driving video or driving image?

Open Dian-Yi opened this issue 5 years ago • 1 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?

Dian-Yi avatar Jun 30 '20 08:06 Dian-Yi

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

Blade6570 avatar Jun 30 '20 13:06 Blade6570