An example development repository for using Nvidia Jetson Nano or Xavier as health monitor using computer vision. It show case the Open Pose, and Face Recognition, and Emotion Analysis (all GPU code) running in real-time on the Jetson Nano platform.
Please read this medium post for more details about the setup.
You have to install the following applications and libraries to run the code.
-
Motion (IP Camera) - https://motion-project.github.io/index.html
-
Tensorflow & TF Pose - https://github.com/karaage0703/jetson-nano-tools
-
Face Recognition - https://github.com/ageitgey/face_recognition
-
Emotion Analysis - https://github.com/abhijeet3922/FaceEmotion_ID (for the model)
To run the core demo, execute the following script in terminal
$ cd nvidia-jetson-ai-monitor
$ python3 run_webcam_ip.py --model=mobilenet_thin --resize=320x160