Open Dian-Yi opened 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
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?