pntt3011 / mediapipe_face_iris_cpp

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

Linux system #2

Open fengyanWang opened 3 years ago

fengyanWang commented 3 years ago

Hello, can you send the original tensorflow Lite so file (applicable to Linux system), which was accidentally deleted after downloading. Thank you very much!

image

pntt3011 commented 3 years ago

Here is where I get those prebuilt lib files. It also includes other platforms. It just doesn't contain the header files.
https://github.com/iwatake2222/InferenceHelper/releases/

fengyanWang commented 3 years ago

Here is where I get those prebuilt lib files. It also includes other platforms. It just doesn't contain the header files. https://github.com/iwatake2222/InferenceHelper/releases/

thank you!

xushangnjlh commented 10 months ago

Here is where I get those prebuilt lib files. It also includes other platforms. It just doesn't contain the header files. https://github.com/iwatake2222/InferenceHelper/releases/

thank you for the work, how did you extract the tensorflow headers? I have not found the official guide to do so...

pntt3011 commented 10 months ago

Here is where I get those prebuilt lib files. It also includes other platforms. It just doesn't contain the header files. https://github.com/iwatake2222/InferenceHelper/releases/

thank you for the work, how did you extract the tensorflow headers? I have not found the official guide to do so...

Hi @xushangnjlh, you can find the header files in the repo release and replace the lib file in the libs folder.