我的相关博客:
《MTCNN简单实践(Windows下happynear代码)》
由于项目组安排跟进深度学习、目标检测,准备先尝试一下MTCNN,其网络运行需要Caffe,暂时又只有Windows 7系统,因此先准备安装caffe-windows。其次,考虑用笔记本GPU跑可能会炸,因此准备安装CPU版的。
本机环境:笔记本、windows 7、python 2.7、MATLAB R2015b。
安装的Caffe版本为happynear的github上的。
按照README.md进行安装,首先看到要求环境是:
Requirements: Visual Studio 2015, CUDA 9.0, third party libraries: Baidu Yun or Google Drive. Please extract the archive into ./windows/thirdparty/
. Then, add the folder ./windows/thirdparty/bins
to the environment variable PATH
.
Visual Studio要求2015版,我电脑只有2013,得重新安装,也正合我意,因为我一般不喜欢用软件最新的版本,倾向选择最新的前一版。安装vs2015:下载正版,参考使用专业版密钥(HMGNV-WCYXV-X7G9W-YCX63-B98R2),安装过程中及后续安装过程需较好的网络环境,会下载很多东西。
继续跟着README.md走,
Pre-Build Steps:
Copy `.\windows\CommonSettings.props.example` to `.\windows\CommonSettings.props`
By defaults Windows build requires `CUDA` and `cuDNN` libraries.
Both can be disabled by adjusting build variables in `.\windo