自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 测试是否安装成功caffe

#cd caffe#sudo sh data/mninst/get_mnist.sh#sudo sh examples/minst/create_mnist.sh如果没有GPU取消配置文件lenet——solver.prototxtGPU选项#sudo sh examples/mnist/train_lenet.sh修改最后一行 solv

2016-08-31 10:02:10 4860

转载 Ubuntu下安装caffe

1.先安装依赖项目和下载源代码写一个脚本,然后bash 这个脚本执行下。#install caffe in ubuntu#!/bin/shsudo apt-get install gitsudo apt-get install libprotobuf-dev libleveldb.dev libsnappy-dev libopencv-dev libhdf5-seria

2016-08-30 07:50:20 490

原创 Linux下安装caffe

1.先安装依赖项目和下载源代码写一个脚本,然后bash 这个脚本执行下。#install caffe in ubuntu#!/bin/shsudo apt-get install gitsudo apt-get install libprotobuf-dev libleveldb.dev libsnappy-dev libopencv-dev libhdf5-seria

2016-08-30 07:40:15 1529

原创 opencv,已知一个图像的轮廓,取出图像轮廓里的图//C++

//src是输入图像,dst是取得图像,contours是轮廓,ID是轮廓的序列号//会不会又被删除了?void get_mask_image(const Mat& src, Mat& dst, vector>& contours, int ID){if (src.empty()) return;Mat Mask(src.size(), CV_8

2016-08-08 14:05:33 4764 1

转载 显示该程序的路径//C语言

//显示程序的路径#include #include #define ErrorLog(format,...) printf("%s-%d:"format,__FILE__,__LINE__,##__VA_ARGS__)int main(){    ErrorLog(" the line show your path and line");

2016-08-08 14:00:20 412

转载 一道面试题目//C++

//struct Material{  Quota{ struct Bill{是题目给出的结构体。/*材料*/struct Material{    string code;    string name;    string spec;    string vendor;    string unit;    double quantity;

2016-08-08 13:42:57 320

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除