JETSON-ORIN-NX face detection experiment–Ultra-Light-Fast-Generic-Face-Detector-1MB article

JETSON face detection–Ultra-Light-Fast-Generic-Face-Detector-1MB Article directory JETSON Face Detection–Ultra-Light-Fast-Generic-Face-Detector-1MB Ultra-Light-Fast-Generic-Face-Detector-1MB (hereinafter referred to as ultraface) introduction Source code Environment setup and related C++ deployment Download and compile NCNN Compile Ultra-Light-Fast-Generic-Face-Detector-1MB Modify main.cpp for video reading and face detection Obtaining data such as CPU resource usage Ultra-Light-Fast-Generic-Face-Detector-1MB (hereinafter referred to as ultraface) introduction You can refer to […]

[Face detection FPS 1000+] libfacedetection tensorrt deployment under ubuntu

TensorRT series accelerated deployment of yolov8 tensorrt model under Windows 10 TensorRT series: accelerated deployment of yolov8 tensorrt model under Linux TensorRT series: accelerated deployment of yolov7 tensorrt model under Linux TensorRT series: accelerated deployment of yolov6 tensorrt model under Linux TensorRT series: accelerated deployment of yolov5 tensorrt model under Linux TensorRT series: accelerated deployment […]

C# integrated ViewFaceCore face detection and recognition library

Table of Contents 1 Introduction 2Look at the effect first 3ViewFaceCore Introduction 4Add dependencies 5 face detection Simple example Complete usage 6Face recognition 7Deployment apt software source dockerfile docker-compose.yml start up! 8References 1Foreword Face detection and recognition are now very mature. There is ViewFaceCore, a very convenient library on C#. However, this kind of library […]

Face detection small target recognition algorithm based on YOLOv8: Gold-YOLO, information aggregation and distribution (Gather-and-Distribute Mechanism) mechanism | Huawei Noah NeurIPS23

Improvements in this article:NewGather-and-Distribute Mechanism GD mechanism, replacing YOLOv8 Neck, achieving innovation In the face detection small target recognition algorithm of Gold-YOLO, [email protected] is increased from the original 0.929 to 0.935, and mAP50-95 is increased from the original 0.43 to 0.435 YOLOv8 improvement column:http://t.csdnimg.cn/hGhVK The senior sister will take you to learn YOLOv8, from entry […]

4. Raspberry Pi Face Recognition – Face Detection and Recognition Practice Part

If you need to design a Raspberry Pi course (or Comprehensive Computer System Course Design), then these blogs must be suitable for you. When I first started designing the course, I was very unfamiliar with words like hardware, assembly, burning, etc., and the teacher didn’t provide too much guidance. Many students were confused and didn’t […]

In c#, use opencvSharp4 and ssim algorithm in webapi to complete face detection and realize image search.

In c#, use opencvSharp4 and ssim algorithm in webapi to complete face detection and realize image search. Cut out the faces of the people in the uploaded pictures and compare them with the gallery Finally, compare it with the similarity and filter out the ones that match. optimization 1. The ssim algorithm consumes too much […]

Face detection, face collection, and face recognition system based on Android and OpenCV470

Foreword Different from the conventional Python + OpenCV method, in order to make the system run on mobile phones, this article Using the Android version of OpenCV, the process was very bumpy, but it was successful in the end. It is specially released for everyone to study and refer to together. Combined with OpenCV470 version, […]

Face detection service based on Mtcnn (face detection) + Hopenet (pose detection) + Laplacian operator (fuzziness detection)

Write in front Due to work reasons, I’ll sort it out by the way. The content of the blog post is shared by a Face Detection Service To package the Docker image, you can use it directly The service currently supports the http method This detector is mainly suitable for low-quality face image processing Friends […]

Medium and long-range face detection based on OpenCV

Collect and like, your attention is the motivation for my creation Article directory summary 1. Research background and significance 2. Adaboost face detection algorithm 1 Introduction to Adaboost algorithm 2 Boosting algorithm 3 Adaboost algorithm performance analysis 3. OpenCV training classifier 3.1 OpenCV platform overview 3.2 Target detection method 4. Core Experimental Design 4.1 Program […]