Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrpandaliu/android-web-face_recognizer
我的数字图像处理项目
https://github.com/mrpandaliu/android-web-face_recognizer
Last synced: 4 days ago
JSON representation
我的数字图像处理项目
- Host: GitHub
- URL: https://github.com/mrpandaliu/android-web-face_recognizer
- Owner: MrpandaLiu
- Created: 2020-10-13T13:04:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T12:22:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T14:10:40.989Z (about 1 month ago)
- Language: JavaScript
- Size: 64.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 环境安装
1. pip3 install opencv-python opencv-contrib-python 需要安装opencv的这两个模块
2. 需要node.js和npm#
1. 服务器端(node.js)开启后就开始训练
2. python脚本通过opencv提供的实例进行训练并生成模型
3. 客户端(uni-app)进行拍照,然后发送formdata请求
4. 服务器收到请求后,调用预测的python脚本并监听输出,返回给客户端
5. 预测的脚本读取模型和待预测图片并输出结果