deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
21.92k stars 5.26k forks source link

Inspireface Compilation Failure #2594

Open JY-Jang opened 2 weeks ago

JY-Jang commented 2 weeks ago

Hello,

I am currently attempting to test Inspireface. I followed the instructions in the README file, but I encountered an error during the compilation process when executing the bash command/build.sh.

The error occurs when I set the ISF_BUILD_WITH_SAMPLE build option to ON. The compilation proceeds normally when this option is set to OFF, but when I try to import the compiled files afterward, I encounter an error. Specifically, the Inspireface.so file fails to load. The error encountered during the import stage is the same type as the one occurring during the build stage, and the error message is as follows:

2024-06-10 10_09_08

I would appreciate any guidance or solutions you could provide to resolve this issue.

Thank you for your assistance.

tunmx commented 2 weeks ago

It seems like the linked third-party libraries (MNN or OpenCV) do not support your system. Could you please provide your system environment and version details?

JY-Jang commented 1 week ago

It seems like the linked third-party libraries (MNN or OpenCV) do not support your system. Could you please provide your system environment and version details?

The basic system specifications are as follows: Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz Ubuntu 20.04.3 LTS / Linux version 5.15.0-107-generic CUDA 11.7 / cuDNN 8.5.0 gcc 9.4.0 / g++ 9.4.0 CMake 3.16.3 Opencv 4.4.0 clang version 10.0.0-4ubuntu1

If there are any specific library versions that need to be confirmed, please let me know.