raymondlo84 / nvidia-jetson-ai-monitor

An example development repository for using Nvidia Jetson Nano or Xavier as health monitor using computer vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Home Monitoring with Nvidia Jetson Nano

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.

https://towardsdatascience.com/using-cv-and-ml-to-monitor-activity-while-working-from-home-f59e5302fe67

Pose + Face

Dependencies

You have to install the following applications and libraries to run the code.

Usage

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

References

About

An example development repository for using Nvidia Jetson Nano or Xavier as health monitor using computer vision.

License:Apache License 2.0


Languages

Language:PureBasic 75.2%Language:C++ 12.9%Language:Python 8.0%Language:C 3.8%Language:Shell 0.1%Language:SWIG 0.0%