1 Star 21 Fork 4

陈京/face-recognition-system-mysql-opencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
qunmasj 提交于 2023-11-25 19:23 . Add files via upload
python
class EmotionDetection:
def __init__(self):
self.path_model = 'emotion_detection/Modelos/model_dropout.hdf5'
self.w, self.h = 48, 48
self.rgb = False
self.labels = ['angry', 'disgust', 'fear', 'happy', 'neutral', 'sad', 'surprise']
def detect_emotion(self, image):
# 实现情感检测的代码
pass
class FaceRecognition:
def __init__(self):
self.path_images = "images_db"
def recognize_face(self, image):
# 实现人脸识别的代码
pass
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qunmasj/face-recognition-system-mysql-opencv.git
git@gitee.com:qunmasj/face-recognition-system-mysql-opencv.git
qunmasj
face-recognition-system-mysql-opencv
face-recognition-system-mysql-opencv
main

搜索帮助