zhanglonghao1992 / One-Shot_Free-View_Neural_Talking_Head_Synthesis

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"
Other
764 stars 143 forks source link

ValueError: Could not find a format to write the specified file in mode 'I' #18

Closed laleh-samadfam closed 2 years ago

laleh-samadfam commented 2 years ago

Thank you for your hard work.

I am trying to run demo.py and I keep getting this error. Is there any thing I'm missing for running the code? I use an .mp4 video as a driving video, the code runs till the end, I have a list of prediction frames, but can not write the final video.

laleh-samadfam commented 2 years ago

I could fix the error by choosing a saving file format for mimsave.

307509256 commented 1 year ago

@laleh-samadfam choosing a saving file format for mimsave? what format ?