Face-Recognition-with-Mask-Jetson-Nano
Face-Recognition-with-Mask-Jetson-Nano copied to clipboard
How to compile and run programs?
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.
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.
Thank you very much. I'll test it right away