深度学习Caffe
Peanut_范
计算机视觉、强化学习
展开
-
pycaffe做识别时通道转换问题
使用python对Caffe框架训练好的模型进行识别时发现通道转换的若干问题:要注意一点的就是:Caffe中彩色图像的通道是BGR格式,图像存储是【0,255】1.caffe.io.load_image方式image = caffe.io.load_image(image_file) #加载图片使用caffe.io.load_image()读进来的是RGB格...原创 2017-05-29 09:05:10 · 7582 阅读 · 0 评论 -
Windows下mini-caffe编译
Windows下mini-caffe编译win10,vs2015下装mini-caffe,fancp1.编译准备由于windows下需要编译和下载,首先下载(1)cmake-3.11.1-win32-x86.msi和(2)Git-2.16.2-64-bit.exe,进行安装。 之后:下载mini-caffe项目,https://github.com/luoyetx/mini-ca...原创 2018-05-27 22:07:02 · 963 阅读 · 2 评论 -
Linux下mini-caffe安装
1.准备工作:github上下载:minicaffe.gitgithub下载minicaffe-master\3rdparty\src下对应的OpenBLAS和protobuf编译指令:Build on LinuxInstall OpenBLAS and protobuf library through system package manager. Or you can c...原创 2018-06-02 16:02:06 · 861 阅读 · 0 评论 -
caffe网络结构(.prototxt)可视化工具
caffe深度学习网络(.prototxt)可视化工具:Netscope链接: http://ethereon.github.io/netscope/#/editor步骤:1.Enter your network definition here.2.Use Shift+Enter to update the visualization.将.prototxt中的内容输入到左边文本框中,然后...转载 2019-01-09 22:19:22 · 1642 阅读 · 0 评论