eeskimez / emotalkingface

The code for the paper "Speech Driven Talking Face Generation from a Single Image and an Emotion Condition"
MIT License
161 stars 29 forks source link

inference error #8

Closed jinholeetopology closed 1 year ago

jinholeetopology commented 2 years ago

Hi. I have the following error when I used sample image img01.png and speech file speech01.wav.

python generate.py -im ./data/image_samples/img01.png -is ./data/speech_samples/speech01.wav -m ./model/ -o ./results/

result message : Image file is not valid...

Could you guess what I miss?

eeskimez commented 2 years ago

Hi,

Sounds like a cv2.imread() error. Can you check and compare your OpenCV version? You can find the package versions we used in the "requirements.txt" file.

Thanks, Emre