自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (4)
  • 收藏
  • 关注

原创 一台电脑使用libfreenect2连接5台Kinect2相机的多线程模式

代码见https://github.com/zhang-xujie/Multithread_kinect2

2018-04-17 10:09:25 2034 4

原创 Mtcnn-light的C++实现,caffe模型转txt形式

本文将https://github.com/AlphaQi/MTCNN-light上的代码实现,https://download.csdn.net/download/zxj_yantai/10274140并实现caffe模型转txt格式。https://download.csdn.net/download/zxj_yantai/10274150详情看上传的工程。...

2018-03-07 17:28:40 1831

原创 Ubuntu16.04 caffe py-faster-rcnn安装以及训练自己的数据

Ubunt 16.04安装caffe,pyfasterrcnn,以及用rcnn训练自己的数据1.安装caffe1)安装相关依赖项sudoapt-getinstall libprotobuf-devlibleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-devprotobuf-compilersudoapt-ge

2017-12-26 13:15:53 2227

原创 Ubuntu16.04 pyfasterrcnn make error

In file included from ./include/caffe/util/cudnn.hpp:5:0, from ./include/caffe/util/device_alternate.hpp:40, from ./include/caffe/common.hpp:19,

2017-12-19 23:13:19 308

转载 import skimage.io ImportError: No module named skimage.io

当我运行FAST-CNN下/tools/demo.py时出现了如下的错误,说我找不到skimage.io模块。import skimage.ioImportError: No module named skimage.io*******************************************************************

2017-12-18 10:56:54 872

原创 错误:module 'scipy.misc' has no attribute 'imread'

解决方法:pip install Pillow

2017-12-17 00:11:52 3567 4

转载 tensorflow 错误ImportError: No module named sklearn

错误如下:[python] view plain copyImportError: No module named sklearn  2、解决:[python] view plain copypip install --user --install-option="-

2017-12-14 23:40:36 1251

原创 tensorflow 安装

conda create --name tf python=3.5.2activate tf //先激活环境,再 condainstall 安装condainstall jupyterconda install scipypip install tensorflow#或者conda install tensorflow

2017-12-14 13:11:33 245

原创 ImportError: No module named caffe

Caffe  Ubuntu16.04 安装完成后,import caffe  出现ImportError: No module named caffe解决方法:1.安装vim,sudo apt-get install vim2.sudo vim ~/.bashrc3.按i键在结添加export PYTHONPATH=home/XXX/caffe/python:$PYTHONPATH

2017-12-12 13:12:43 289

原创 error: #error This file requires compiler and library support for the ISO C++ 2011 standard.

Linux系统下解 决make时error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error

2017-12-12 10:54:49 8800

fast_mtcnn

快速mtcnn,github上整理的,效果一般,速度贼快。

2019-01-09

Caffe模型转txt文件的C++实现

将caffe模型转化成txt文件,方便无框架实现模型调用。

2018-03-07

mtcnn-light C++ 无框架实现

Mtcnn-light的C++实现,无需任何框架,将caffe模型转换为txt格式,cpu下进行。

2018-03-07

图像的区域自适应增强的C++代码

图像的区域自适应增强的C++实现,效果跟matlab的区域自适应增强的函数一样

2018-02-25

空空如也

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

TA关注的人

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