admin管理员组文章数量:1026989
我的相关博客:
《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 `.\windows\CommonSettings.props`.
Python support is disabled by default, but can be
我的相关博客:
《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 `.\windows\CommonSettings.props`.
Python support is disabled by default, but can be
本文标签: StudiovisualWindowsGPUCPU
版权声明:本文标题:Windows 7+Visual Studio 2015下Caffe安装(CPU非GPU) 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/jiaocheng/1724706048a506077.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论