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

How to compile and run programs? #20

Open LUOQING1994 opened 2 years ago

LUOQING1994 commented 2 years ago

Hi! I have successfully installed the environment needed to run the program on Jetson Nano, but I don't know how to compile this project to make it run successfully.

Qengineering commented 2 years ago

It's all explained in the README.md You need to install Code::Blocks to run the app. ($ sudo apt-get install codeblocks) Then load the FaceRecognition.cbp (code::block project file) and run. Working with Code::Blocks is expained here.

LUOQING1994 commented 2 years ago

Thank you very much. I'll test it right away