- 博客(10)
- 资源 (8)
- 收藏
- 关注
原创 Tengine X86 安装
Tengine 是移动端推理框架:安装可以參考:http://www.tengine.org.cn/tutorial_display.php?id=8https://github.com/OAID/Tengine/blob/master/doc/install.md但在实际安装中会有写问题:1.protobuf 版本不对:默认安装是2.6的不是我们要的3.0 sud...
2019-09-18 15:40:44
235
原创 opencv arm 编译静态库
1.首先下载opencv通过脚本:https://github.com/azuredsky/Install-OpenCV2.安装cmake ,arm 交叉编译工具3.开始camke选择Unix Makefiles -> Specify options for cross-compiling2.配置arm compilersTarget System:Opera...
2019-09-12 09:52:28
1158
原创 tensorflow 模型封装使用
tensorflow 在训练完一个模型之后,如何将其应用到我的产品中呢?参考源码:github:(https://github.com/azuredsky/tensorflow-tutorial-1)暂且记录下关键步骤:1.将训练好的模型转固化为二进制文本工具使用freeze_graph.py工具python freeze_graph.py --input_graph=../model/nn_mo...
2018-06-08 10:34:01
7584
原创 windows10 mxnet cuda9 安装
在使用cuda9 安装mxnet时出现error : invalid union member -- class "__half" has a disallowed member function纠结了一会,查询cuda8.0 发现,cuda_fp16.h在cuda9中变成了cuda_fp16.hpp,__half变成了class,所以在mxnet\mshadow\mshadow\hal
2017-11-22 13:02:08
1459
原创 OPENCV249 编译静态库(含CUDA,OPENCL)
废话不多说直接上料:1. 首先官网下载安装包 http://opencv.org/downloads.html测试环境: WIN10 CUDA6.0 OPENCV2.4.9 VS2010 CMAKE3.1.02.解压压缩包至D:opencv下,3.使用CMAKE编译,选择source code 目录以及需要编译的目录 因为我们这里是编译静
2015-11-27 11:45:43
1500
原创 UBUNTU14.04 下 安装Intel GPU OpenCL runtime
由于需要在ubuntu 上开发opencl ,在intel 集显环境下,intel 没有提供官方OPENCL驱动,但幸好开源的力量是强大的:Beignet is an open source implementation of the OpenCL specification - a generic compute oriented API. This code base contains the
2015-06-10 10:57:16
3684
原创 convert cl file to headers
CMakeLists.txt======================================================================================================cmake_minimum_required(VERSION 3.1) #specify cmake versionset(input_file "a.cl
2014-12-02 16:00:53
566
转载 python not find in register
在win7 64位 安装PYTHON tools的时候会提示在注册表中找不到python下面我们就添加python到注册表中:假设python路径为C:\\Python27Create a file named python2.7.reg (registry file) and put this content into it:Windows Registry
2014-01-10 15:35:39
890
原创 CLBLAS build
编译CLBLAS下载地址:https://github.com/clMathLibraries/clBLAS由于CLBLAS 只提供了CMakeLists.txt,故我们选择用CMake 来编译(此外也可以选择QT Creator)CMake 下载.CLBLAS 安装需要:· AMD APP SDK· Boost· GoogleTest· ACMLOpenCL
2014-01-03 11:45:58
3766
1
原创 C++实现矩阵运算
#include #include void Ju_zhen(int a[4][4]) //输入矩阵{ for(int i=0;i { for(int j=0;j cin>>a[i][j]; cout } }void Show(int a[4][4]) //输出矩阵结果{ for(int i=0;i { for(int j=0;j cout cout } } void Ad
2008-12-25 11:11:00
1384
MFC环境中CUDA程序的配置与调试
2012-12-14
VC++及matlab图像处理源代码
2010-12-10
face detect
2010-08-10
聚类分析matlab VC详细资料
2010-05-10
MATLAB 图像处理
2009-11-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人