FACEGOOD / FACEGOOD-Audio2Face

http://www.facegood.cc
MIT License
1.77k stars 355 forks source link

invalid ELF header #7

Open applech666 opened 2 years ago

applech666 commented 2 years ago

(tensor1.15) research@research:~/disk1/Audio2Face-main/code/test/AiSpeech$ python zsmeif.py Traceback (most recent call last): File "zsmeif.py", line 79, in from lib.tensorflow.input_wavdata_output_lpc import c_lpc, get_audio_frames File "/home/research/disk1/Audio2Face-main/code/test/AiSpeech/lib/tensorflow/input_wavdata_output_lpc.py", line 20, in dll = cdll.LoadLibrary(dll_path_linux) File "/home/research/disk1/anaconda3/envs/tensor1.15/lib/python3.6/ctypes/init.py", line 426, in LoadLibrary return self._dlltype(name) File "/home/research/disk1/anaconda3/envs/tensor1.15/lib/python3.6/ctypes/init.py", line 348, in init self._handle = _dlopen(self._name, mode) OSError: /home/research/disk1/Audio2Face-main/code/test/AiSpeech/lib/tensorflow/LPC.dll: invalid ELF header

SZNero commented 2 years ago

The test is only support in Windows platform.

applech666 commented 2 years ago

thanks!

wukl001 commented 1 month ago

该测试仅在 Windows 平台中受支持。 不可在Linux服务器上使用吗?