- 博客(10)
- 资源 (6)
- 收藏
- 关注
转载 在C++ 中检查一个文件是否存在的几种方法
Fastest way to check if a file exist using standard C++/C++11/C?https://stackoverflow.com/questions/12774207/fastest-way-to-check-if-a-file-exist-using-standard-c-c11-cWell I threw together a test...
2018-08-24 20:48:16
20085
转载 How To Install the Anaconda Python Distribution on Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-install-the-anaconda-python-distribution-on-ubuntu-16-04IntroductionAnaconda is an open-source package manager, environment manager, and distrib...
2018-05-25 16:23:17
530
原创 caffe反向传播计算--softmax
loss_layers.hpp#ifndef CAFFE_LOSS_LAYER_HPP_#define CAFFE_LOSS_LAYER_HPP_#include #include "caffe/blob.hpp"#include "caffe/layer.hpp"#include "caffe/proto/caffe.pb.h"namespace caffe {co
2018-01-05 16:18:07
930
原创 caffe数据结构(二): Layer
Layer是caffe 基本计算单元, 至少有一个输入Blob(Bottom) 和输出Blob(Top), 部分layer带有weight 和bias项. 两个运算方向:前向传播和反向传播.相关数据结构,位于caffe.proto中的LayerParameter部分: (当增加新的LayerParameter域时,要更新下一个可用ID, 这在自定义层时会用到.)// NOTE/
2018-01-05 11:14:25
1711
原创 caffe数据结构(一): Blob
Blob是一个模板类, 其对象在内存中表示4维数组(num_, channels_,height_,width_).在src/caffe/proto/caffe.proto中与Blob相关的数据结构(BlobShape 和BlobProto):syntax = "proto2";package caffe;// Specifies the shape (dimensions)
2018-01-05 10:07:35
391
转载 matlab对文件目录路径的操作
1、 filesep用于返回当前平台的目录分隔符,Windows是反斜杠(\),Linux是斜杠(/)。2、 fullfile用于将若干字符串连接成一个完整的路径。例如:>> f=fullfile('D:','Matlab','example.txt')f=D:\Matlab\example.txt(在Windows中,“D:\”表示D盘,“D:
2017-12-19 17:02:37
11832
转载 [转载]Ubuntu 16.04编译安装OpenCV(Python2 /python3)(使用虚拟环境)
[转载]http://blog.topspeedsnail.com/archives/4755Ubuntu 16.04编译安装OpenCV(Python)本帖记录在Ubuntu 16.04上安装OpenCV的步骤,并分别安装Python 2和Python 3的绑定。如果你只用C++接口,可以忽略Python的安装。Ubuntu 16.04系统默认安装了两个Python版本:Pyth
2017-12-11 15:55:09
2720
2
转载 转载【OpenCV笔记】2.2基本操作及函数
原文:http://blog.chinaunix.net/uid-26673820-id-3067789.html 【OpenCV学习笔记】2.2基本操作及函数 2012-02-08 14:24:27分类: C/C++本文针对Learning OpenCV中文版的第三章后半部分,进行学习总结。方便以后查看。部分文字内容引用自http://blog.sina.com.
2016-03-11 16:20:17
309
转载 CImg
C++中图像处理的类之二 CImg转自:http://hi.baidu.com/fengjingge815/item/c44caaf0a7a2601ec6dc45f3http://www.cnblogs.com/milier-otw/archive/2013/03/13/2958101.html数字图像处理--CImg类class CIm
2015-10-28 20:44:17
1995
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人