ORL_faces icon indicating copy to clipboard operation
ORL_faces copied to clipboard

ORL人脸识别不同算法的实现,用到了scikit-learn,tensorflow等,任选5张训练,5张测试。因为每次训练随机挑选,所以每次输出识别率有偏差 算法 识别率 bp神经网络 0.8 pca+bp神经网络 0.85 小波变换+pca+bp神经网络...

Results 2 ORL_faces issues
Sort by recently updated
recently updated
newest added

大佬你好,请问您运行环境所需的tensorflow等包的版本是什么,我运行总是出错,谢谢!

我运行orl识别时会弹出如下错误: File "E:\pycodes\pythonproject5\ORL.py", line 35, in loadImageSet trainData.extend([data[i].ravel() for i in range(10) if i in sample]) File "E:\pycodes\pythonproject5\ORL.py", line 35, in trainData.extend([data[i].ravel() for i in range(10) if i in sample])...