Hand in hand to teach you face recognition, hand on the line

application area Financial sector. At present, face recognition is the most widely used in the financial field. At present, the domestic financial field has strict regulatory requirements. Financial related products need real name authentication and have high security requirements. Living body recognition, bank card ocr recognition, ID card o ...

Added by lxndr on Sat, 05 Feb 2022 10:29:07 +0200

Process of machine learning

2.1 introduction to machine learning process 2.1.1 overall process of machine learning Next, the implementation process of "supervised learning", which is the most widely used of three types of machine learning methods, is described. The implementation process of supervised learning can be summarized into the following steps: c ...

Added by Dan400007 on Sat, 05 Feb 2022 05:40:47 +0200

Getting Started with Lane Line Detection OpenCV

This is a plain white book (So Big Readers can move on), and readers can combine videos. I'm sure you can't see the end of the story. So see the beginning of the little buddy can point a compliment? * The little white that is splitting fast Catalog Read, display and save pictures color image Grayscale Image Code #02Canny Edge Detecti ...

Added by ChessclubFriend on Fri, 04 Feb 2022 20:10:53 +0200

CV4 simple human-computer interaction application based on mouse callback function and track color matching

Q: use the track bar to create a Paint application with adjustable color and brush radius? A mouse callback function Creating a mouse callback function has a specific format, which is the same everywhere. It is only different in function. Therefore, in the following code, our mouse callback function can do one thing - draw a circle where we ...

Added by manimoor on Fri, 04 Feb 2022 15:00:44 +0200

Collaborative filtering based on regression model (random gradient descent + alternating least squares optimization)

Collaborative filtering based on regression model Considering the score as a continuous value rather than a discrete value, we can predict the score of the target user on an item with the help of the idea of linear regression. A Baseline implementation strategy is called Baseline. 1. Baseline: benchmark forecast The Baseline design idea ...

Added by snap2000 on Fri, 04 Feb 2022 09:19:13 +0200

Summary of face alignment and face key point detection based on Tensorflow framework with code (continuously updated)

Summary of face alignment and face key point detection based on Tensorflow framework with code (continuously updated)    Summary of face detection based on Tensorflow framework with code (continuously updated)    Summary of face matching based on Tensorflow framework with code (continuously updated)    recently used the open sourc ...

Added by NotMrT on Fri, 04 Feb 2022 09:10:23 +0200

[2022ROS melodic version installation trial and error]

This chapter records the installation of ROS system: We can learn more about the current mainstream robot framework platform ROS from the videos or books explained by ROS (it is not a real operating system, but a set of environment framework similar to various virtual machines or dockers running on the host. Its main function is to correlate a ...

Added by gterre on Fri, 04 Feb 2022 06:32:30 +0200

PX4 from abandonment to mastery: mixed control and PWM output

preface A person can go faster, and a group of people can go further. Exchange and learning plus qq:2096723956 More nanny PX4+ROS learning videos: https://b23.tv/ZeUDKqy Share knowledge and transmit positive energy. Please point out any omissions or mistakes PX4 firmware version: 1.11.3 PX4 separates the mixed controller logic from the ac ...

Added by Death_Octimus on Thu, 03 Feb 2022 20:53:44 +0200

Pytorch: optimizer, loss function and deep neural network framework

Pytorch: optimizer, loss function and deep neural network framework Copyright: Jingmin Wei, Pattern Recognition and Intelligent System, School of Artificial and Intelligence, Huazhong University of Science and Technology Common optimizer Stochastic gradient descent (SGD) is a basic algorithm in machine learning, in which the model can ...

Added by trawets on Thu, 03 Feb 2022 14:02:26 +0200

Production system

Production system Production system is used to describe several different systems based on a basic concept, which is production rules or production conditions and operation pairs. In production system, the knowledge of discourse is divided into two parts: using facts to represent static knowledge; Production rules are used to represent reas ...

Added by songwind on Thu, 03 Feb 2022 12:27:59 +0200