Install pytorch on windows7
摘要:在win下运行,会找不到pytorch和torchvision(如图所示): 安装pytorch的方法,是在这个知乎专栏里找到的,附上地址,以示对作者的尊重: https://zhuanlan.zhihu.com/p/26871672 安装的命令有四个,第一个表示没有cuda使用pytorch,也就
阅读全文
face_recognition installation on windows 7
摘要:1. Install Visual Studio 2015 or latest version. 2. install CMake 3.11 or latest version (http://cmake.org/download). 3. pip install face_recognition.
阅读全文
Install face_recognition
摘要:1.Firstly, install anaconda2 2. In anaconda2 prompt, execute the command as follows, conda install -c menpo dlib=18.18 3.After dlib installation was c
阅读全文