Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
因为通过例程,看到人脸识别与人脸分辨是用Haar特征与LBP特征来实现的,但是口罩与人脸的分辨又是通过训练模型实现的,那么我们能不能用训练就机器学习模型的方式来做人脸识别与人脸分辨呢?
可以,你把每个人的人脸采集,进行分类。
这个是采集的:
https://github.com/openmv/openmv/blob/master/scripts/examples/OpenMV/25-Machine-Learning/tf_face_collection.py
这个代码是运行的。 https://github.com/openmv/openmv/blob/master/scripts/examples/OpenMV/25-Machine-Learning/tf_face_recognition.py