FacialExpressionRecognition icon indicating copy to clipboard operation
FacialExpressionRecognition copied to clipboard

人脸识别之表情识别项目相关源码

Results 34 FacialExpressionRecognition issues
Sort by recently updated
recently updated
newest added

目前只选用了ck+的数据集试了一下,在train.py文件跑出来每次验证集的准确率都达到了1,那么如果要确定比较准确稳定的结果的话,要怎么做呢?多次进行交叉验证计算平均得到结果吗?

您好,我的GPU型号为rtx3070,cuda版本为11.0在训练过程中每一个epoch需要大概5分钟,想问问有没有能让GPU参与计算的方法,使用nvidia-smi查看使用状态,GPU甚至没怎么动。。。 麻烦您了!

我直接使用您连接中的权重模型,直接运行源码中的src/recognition_camera.py文件,但usb摄像头显示出来的不是RGB形式,颜色怪怪的,请问哪里可以更改?

I have a question about this line. https://github.com/luanshiyinyang/FacialExpressionRecognition/blob/master/src/recognition_camera.py#L85 ``` results = model.predict(faces) result_sum = np.sum(results, axis=0).reshape(-1) label_index = np.argmax(result_sum, axis=0) ``` Why do you need `result_sum = np.sum(results, axis=0).reshape(-1)`? Thanks...

在单独运行Gabor函数时路径错误应该将data.py中的self.folder路径进行修改

ModuleNotFoundError: No module named 'keras'