- 博客(10)
- 收藏
- 关注
原创 py-faster-rcnn安装问题总结
1.In file included from ./include/caffe/util/device_alternate.hpp:40:0, from ./include/caffe/common.hpp:19, from src/caffe/syncedmem.cpp:1:./include/caffe/util/cudnn.
2017-05-20 18:43:33 2533 1
原创 caffe cuda8.0 GTX1070安装问题总结
最近终于有了1070的显卡,可以尝试使用GPU进行训练,这里把安装caffe遇到的一些大坑以及解决方法进行一下汇总。 PS:安装时部分参考 http://www.fx114.net/qa-94-147874.aspx http://blog.csdn.net/u010673367/article/details/52832008 http://www.linuxdiyf.com/l
2017-05-20 17:33:05 743
转载 Faster R-CNN只用CPU跑demo测试
1.下载代码和数据git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git2.下载demo模型数据[root@localhost py-faster-rcnn]# ./data/scripts/fetch_faster_rcnn_models.shDownloading Faster R-CNN demo mode
2017-05-14 22:46:24 2722 1
原创 利用自己的数据微调caffenet
1、caffemodel文件。 可以直接在浏览器里输入地址下载,也可以运行脚本文件下载。下载地址为:http://dl.caffe.berkeleyvision.org/bvlc_reference_caffenet.caffemodel文件名称为:bvlc_reference_caffenet.caffemodel,文件大小为230M左右,为了代码的统一,将这个caffemodel文件下载到caf
2017-04-28 18:58:51 2499
原创 ubuntu BCM43142 安装网卡驱动
sudo apt-get update sudo apt-get install linux-headers-generic build-essential dkms sudp apt-get install linux-source sudo apt-get install --reinstall bcmwl-kernel-sourcesudo modprobe wl
2017-04-26 13:47:09 408
原创 ubuntu16.04上配置与测试caffe(CPU)
最近入了caffe的坑,在windows下各种配置不成功,不得不转战ubuntu.由于电脑渣,只能用CPU版的caffe.默认使用python2.7. 本文主要参考以下文章,根据自身安装过程中遇到的各种错误进行汇总,自身亲测有效,在此记录下配置过程
2017-04-14 16:35:08 1785
原创 使用skimage.color.rgb2hsv时的一些注意事项
最近刚刚接触关于图像处理的一些东西,体会到了skimage库的强大,在这里记录下在使用过程中困扰过我的一些东西。一般在使用img = skimage.data.astronaut()时其默认RGB的取值范围是0~255,数据类型是uint8。当我们使用skimage.color.rgb2hsv,期望将RGB转化为HSV时,有一些注意事项。
2017-03-25 18:26:45 3500
转载 Compiling C extension modules on Windows
This page describes how to compile a Cython extension (works for CPython extensions also) for Windows.
2017-03-02 10:39:03 693
原创 python读取图像时遇到的奇怪问题
最近用python载入自己的图像数据时,遇到了一个奇怪的问题。 我的程序如下,想要把一张图片载入到data中
2017-02-21 00:32:21 650
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人