Open longkex opened 3 years ago
在运行的时候报错导入不起so文件 Traceback (most recent call last): File "D:/face/Face_Mask_Add-master/utils/mesh/test.py", line 1, in from . import mesh_core_cython ImportError: cannot import name 'mesh_core_cython'
windows10 的系统
換成linux系統就可以跑起來了
1.python setup.py build_ext -i 2.move the generated .so file into ./FMA-3D/utils/mesh directory and rename it to be mesh_core_cython.so
ref:https://github.com/JDAI-CV/FaceX-Zoo/issues/14
在运行的时候报错导入不起so文件 Traceback (most recent call last): File "D:/face/Face_Mask_Add-master/utils/mesh/test.py", line 1, in
from . import mesh_core_cython
ImportError: cannot import name 'mesh_core_cython'