原创 python3.6.7源碼編譯(避免import _ssl error; libpython3.6m.so.1.0: cannot open shared object file error)

一.下載源碼 https://www.python.org/ftp/python/ 二.修改Setup文件 sudo apt-get install openssl libssl-dev gedit Python-3.6.7/M

原创 pip修改國內鏡像,提升install速度

pip國內的一些鏡像 阿里雲 https://mirrors.aliyun.com/pypi/simple/ 中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) htt

原创 COCO Dataset person_keypoints.json 解析

DataSetCOCO json--person_keypointsperson_keypoins.json 結構one imageperson_keypoint.jsonkeypointDisplay above image(ID=

原创 caffe源碼:base_conv_layer

caffe.proto message ConvolutionParameter { optional uint32 num_output = 1; // The number of outputs for the layer o

原创 caffe源碼:Blob

caffe.proto // Specifies the shape (dimensions) of a Blob. message BlobShape { repeated int64 dim = 1 [packed = true

原创 caffe源碼:math_functions.cpp

#include <boost/math/special_functions/next.hpp> #include <boost/random.hpp> #include <limits> #include "caffe/common

原创 ubuntu14.04編譯caffe

sudo apt-get install git sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial

原创 Ubuntu 14.04 64bit 安裝Caffe(GPU版本)--臺式機(筆記本請繞道)

參考:http://www.cnblogs.com/zhbzz2007/p/5499180.html 一.bios改掉UEIF,禁止快速啓動,改掉安全檢測等 二.u盤安裝最新的ubuntu14.04.5 三.確定使用nvidiaGPU l

原创 caffe源碼:Layer

caffe.proto enum Phase { TRAIN = 0; TEST = 1; } message NetState { optional Phase phase = 1 [default = TEST];

原创 Caffe學習:pycaffe接口配置

轉:http://m.blog.csdn.net/article/details?id=47624119 1.pycaffe介紹: Caffe提供了python的接口(pycaffe),詳見caffe/python文件夾。在python代

原创 Linux下源碼安裝的經驗總結

在linux下安裝軟件,難免會碰到需要源碼安裝的,而就是這簡簡單單的./configure、make、sudo make install三步,卻讓不少人頭疼不已,這裏以安裝X11爲例具體介紹下我在安裝時的一點小經驗,以便共同學習,共同進步

原创 Harris Corner

轉載:http://blog.csdn.net/crzy_sparrow/article/details/7391511 文章目錄: 一、Harris角點檢測基本理論 二、opencv代碼實現 三、改進的Harris角點檢測 四、

原创 ubuntu 包鏈接,查找常用命令

1.安裝boost sduo apt-get install –no-install–recommends libboost-all-dev 2.查找 include 及 lib sudo pkg-config –libs –cfla

原创 git - 簡明指南

一.在Linux上安裝Git 首先,你可以試着輸入git,看看系統有沒有安裝Git: $ git The program 'git' is currently not installed. You can install it by ty

原创 printf和sprintf的格式控制

http://blog.csdn.net/xue_changkong/article/details/41945215 http://blog.csdn.net/TrueLie/article/details/1692942