Face-Recognition-with-Mask-Jetson-Nano icon indicating copy to clipboard operation
Face-Recognition-with-Mask-Jetson-Nano copied to clipboard

How to compile and run programs?

Open LUOQING1994 opened this issue 3 years ago • 2 comments

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.

LUOQING1994 avatar Jan 27 '22 06:01 LUOQING1994

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.

Qengineering avatar Jan 27 '22 09:01 Qengineering

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

LUOQING1994 avatar Jan 27 '22 10:01 LUOQING1994