pntt3011 / mediapipe_face_iris_cpp

Real-time Face and Iris Landmarks Detection using C++
GNU General Public License v3.0
80 stars 15 forks source link

windows_x86_64/libtensorflowlite.so.if.lib #1

Closed fengyanWang closed 3 years ago

fengyanWang commented 3 years ago

hello!The download link given is the result of compilation for X86_Linux. Could you provide the download for X86_WIN

pntt3011 commented 3 years ago

I'm so sorry for my mistake! I've updated it with the prebuilt library for Window. However, I only tested it on Window 64-bit. If you're going to run it on 32-bit version, could you tell me whether it works or not?

fengyanWang commented 3 years ago

Hello, thank you very much for your reply! After replacing the lib file you provided, the system displays the following error: 2021-08-23_143907

pntt3011 commented 3 years ago

I've checked about it. It seems that the prebuilt OPENCV libs do not contain the x86 version. You can try install it using cmake: https://docs.opencv.org/master/d3/d52/tutorial_windows_install.html

pntt3011 commented 3 years ago

I will take note about it in the README file.

fengyanWang commented 3 years ago

I will take note about it in the README file.

Ok, thank you very much