安装人脸识别库时出错

时间:2019-07-28 08:01:19

标签: python face-recognition dlib

在Windows中安装let dx = cannon.position.x - (touchLocation.x) let dy = cannon.position.y - (touchLocation.y) let angle = atan2(dy, dx) bullet.zRotation = angle bulletspeed = Double.random(in: 1...6) //let angle1 = Double.random(in: 0.2...5); let angle2 = Double.random(in: 1...4) // dx must be somewhere between 0.2 to 5 bullet.physicsBody?.applyImpulse(CGVector(dx: -angle , dy: -angle)) 时,我得到以下回溯:

face-recognition

1 个答案:

答案 0 :(得分:0)

好像在安装dlib时遇到错误,这是面部识别的先决条件。由于您尝试将其安装在Windows上,因此必须确保某些前提条件。 1.您将需要下载cmake并安装它,并确保在您的环境变量中设置了路径。 2.您将需要安装VS 2015/2017。 到目前为止,我还无法使dlib与VS2019一起使用,并且我不确定它是否运行良好,因此请使用2015/2017。 然后从他们的github链接下载dlib并手动构建该库,而不是进行pip安装。 一旦安装了dlib,您就可以使用pip安装人脸识别