Hangz-nju-cuhk / Talking-Face_PC-AVS

Code for Pose-Controllable Talking Face Generation by Implicitly Modularized Audio-Visual Representation (CVPR 2021)
Creative Commons Attribution 4.0 International
919 stars 169 forks source link

Running code on own image? #7

Closed mayanktiwariiiitdmj closed 3 years ago

mayanktiwariiiitdmj commented 3 years ago

Hello, I have configured the project as suggested here. I am able to run it on the demo images placed inside ./misc/input/some_id My question is how can I run the project on my own image.

For example when I am creating a folder inside ./misc/input/ of name 123456 and then placing my own image of size 224x224 inside it with name 000000.jpg (the complete path is ./misc/input/123456/000000.jpg), and then after changing the demo.csv file when I am running the code then I am not getting desired results.

Please help me.

Hangz-nju-cuhk commented 3 years ago

Please refer to the Self-prepared-data-processing part of README.

mayanktiwariiiitdmj commented 3 years ago

thank you sir, the problem is solved now...