Face Detection Using Jetson Nano 2GB and OpenCV

Face Detection Using Jetson Nano 2GB and OpenCV

In the previous article in this series, we introduced OpenCV. In this article, we will guide you through creating a simple facial recognition time clock using the Jetson Nano 2GB. In fact, this is a beginner-level AI application that fully utilizes the OpenCV library and Python3 development environment provided on the Jetson Nano 2GB to … Read more

How to Write CMakeLists.txt Files?

How to Write CMakeLists.txt Files?

Click on the “Computer Vision Life” above to select “Star” Quickly get the latest content This article is adapted from 3D Vision Workshop. This article summarizes the method of writing CMakeLists.txt files on the linux platform. 1 General Modules at the Beginning 1.1 CMake Version Requirements cmake_minimum_required( VERSION 2.8 ) # Project file name loop_closure, … Read more

How to Implement Facial Fatigue Detection Using RK3576

How to Implement Facial Fatigue Detection Using RK3576

If you have a development board, design an interesting smart device!👆Come join our DIY event! Author: lulugl, Source: MBP Community Review of “Milray MYC-LR3576 Core Board and Development Board”Event. Facial fatigue detection: A technology that determines whether a person is in a state of fatigue by analyzing facial features. The principle is mainly based on … Read more