zengwb-lx / Face_Mask_Add

20 stars 3 forks source link

ImportError: cannot import name 'mesh_core_cython' #1

Open longkex opened 3 years ago

longkex commented 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'

longkex commented 3 years ago

windows10 的系统

Aaron930 commented 3 years ago

windows10 的系统

換成linux系統就可以跑起來了

Cassieyy commented 8 months ago

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