mchong6 / GANsNRoses

Official PyTorch repo for GAN's N' Roses. Diverse im2im and vid2vid selfie to anime translation.
MIT License
1.16k stars 151 forks source link

RuntimeError: AUBIO ERROR: source_wavread: Failed opening ./samples/dsm.mp4 (could not find RIFF header) #10

Open DWCTOD opened 3 years ago

DWCTOD commented 3 years ago

Hi, when I run in " https://colab.research.google.com/github/mchong6/GANsNRoses/blob/main/inference_colab.ipynb " is alright!

But, run in my machine, error "RuntimeError: AUBIO ERROR: source_wavread: Failed opening ./samples/dsm.mp4 (could not find RIFF header)"

And I had try: https://github.com/aubio/aubio/issues/111 Unfortunately, after these commands I still get the same error. Could you share the detail about Virtual environment setup. Or how to fix?Thanks

mchong6 commented 3 years ago

I am using conda with python 3.7. I have not faced this issue so I'm uncertain how to fix it.

gulldan commented 3 years ago

i have had the same issue on win10 there is no way to install aubio via pip. You need to create a virtual environment via pip or conda. All packages must be left via pip except for aubio and ffmpeg, they must be delivered via conda. Tested with latest cuda + python 3.9.6.

github-cqk commented 3 years ago

pip install aubio==0.4.4 , It works.