Qengineering / Face-Recognition-with-Mask-Jetson-Nano

Recognize 2000+ faces on your Jetson Nano with additional mask detection, auto-fill and anti-spoofing
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
35 stars 6 forks source link

Cannot build with Code::Blocks in Jetson Nano #19

Open mochidaz opened 2 years ago

mochidaz commented 2 years ago

Tried to build in Jetson Nano on Ubuntu 18.04 and this error showed up:

g++: error: /usr/local/lib/paddle-lite/libpaddle_api_light_bundled.a: No such file or directory

I have paddle-lite for Armv8 installed, but there's only a single file inside the lib directory which is libpaddle_light_api_shared.so. As i know, the one with libpaddle_api_light_bundled.a is the x86 version

mochidaz commented 2 years ago

Okay, I've managed to run it. I tried using paddle-lite 2.8, the older version which apparently still having the libpaddle_api_light_bundled.a and it worked. But still, I think this issue should be resolved regarding to the newer version of paddle-lite.