xinwen-cs / AudioDVP

AudioDVP:Photorealistic Audio-driven Video Portraits
https://github.com/xinwen-cs/AudioDVP
299 stars 51 forks source link

can not find 'python_speech_features' module #3

Closed eudoraxj closed 3 years ago

eudoraxj commented 3 years ago

ModuleNotFoundError: No module named 'python_speech_features'

where's the python_speech_features file

xinwen-cs commented 3 years ago

It is a Python Package. You need to install it through pip or conda. pip install python-speech-features==0.6 If you encounter other missing packages, you need to check my environment