自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 资源 (1)
  • 收藏
  • 关注

原创 mask rcnn 训练自己的数据踩坑记

1.安装gpu环境:①cuda9,②cudnn7.0.5,粘贴到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0,③conda create -n tensorflow-gpu python=3.5,④一定要pip install tensorflow-gpu==1.5.1;pip install keras==2.0.2,差什么包再装...

2018-12-21 14:37:24 1819 2

原创 mask rcnn训练 keyerror(0)

一个问题 坑了两天 解决不了训练数据:1280*1856# Train the head branches# Passing layers="heads" freezes all layers except the head# layers. You can also pass a regular expression to select# which layers to train...

2018-11-18 20:20:41 4049 5

原创 制作mask rcnn数据

整体过程及训练自己的数据:https://blog.csdn.net/disiwei1012/article/details/79928679制作cv2_mask数据:https://blog.csdn.net/l297969586/article/details/79154150OpenCV创建新项目:https://jingyan.baidu.com/article/f3e34a12e...

2018-11-14 10:17:29 299

原创 批量更改文件名

https://jingyan.baidu.com/album/36d6ed1f4c6f901bcf48832d.html?picindex=2https://blog.csdn.net/xinganshenguang/article/details/53514946Excel导入txt:https://jingyan.baidu.com/article/e6c8503c2d44e3e54...

2018-11-13 16:18:09 173

原创 ImportError: numpy.core.multiarray failed to import

升级numpypip install --upgrade numpy

2018-11-13 10:02:48 132

转载 ImportError: No module named 'cv2' 【Python】

pip install opencv-python

2018-11-12 09:37:32 94

转载 AttributeError: type object 'IOLoop' has no attribute 'initialized'

https://blog.csdn.net/zzc15806/article/details/79615426

2018-11-08 16:41:42 777

原创 安装pycocotools

出现错误找不到文件png.lib link error1181安装包matplotlib版本不匹配 升级安装包 安装pycocotools成功(手残关了cmd  无截图  噗!)

2018-11-07 19:10:03 747

转载 升级所有Python安装包

https://blog.csdn.net/piaomiao9165/article/details/79633213

2018-11-05 16:33:45 1127

转载 pip超时

手动指定源:在 pip 后面跟-i 来指定源,比如用豆瓣的源来安装 web.py 框架:pip install xxx -i https://pypi.doubanio.com/simple/注意后面要有 /simple/ 目录推荐的源除了豆瓣之外,还推荐清华大学的tuna源:pip install xxx -i https://pypi.tuna.tsinghua.edu.c...

2018-10-30 20:58:08 123

原创 制作图像分割训练集

过程:https://blog.csdn.net/u010402786/article/details/72883421labelme使用:https://blog.csdn.net/disiwei1012/article/details/79508954https://www.aliyun.com/jiaocheng/518523.html批量label to dataset...

2018-06-28 21:00:46 1438

转载 komodo中文注释问题

https://blog.csdn.net/C_Sure_/article/details/73955321

2018-06-19 17:38:27 375

原创 Ignoring gpu device (device: 0, name: GeForce GT 620, pci bus id: 0000:01:00.0) with Cuda compute ca

I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:900] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zeroI tensorf...

2018-06-19 11:01:37 4963

原创 ubuntu下tensorflow安装(GPU)

https://blog.csdn.net/YhL_Leo/article/details/51280087https://blog.csdn.net/l297969586/article/details/72820310https://www.cnblogs.com/tsingke/p/7171270.html

2018-06-18 15:02:31 137

原创 ubuntu14.04+cuda7.5安装

为什么安装ubuntu14.04呢?因为教程的版本是14.04,以防因为版本而产生的问题。ubuntu14.04安装教程:我压缩了70g的空间,根分区25g,主分区,/;交互分区8g(两倍内存),逻辑分区,交换空间;boot分区200m,逻辑分区,/boot;home分区剩余空间,逻辑分区,/home。cuda7.5安装教程:https://blog.csdn.net/l297969586/art...

2018-06-18 10:24:19 263

结构光中心提取

经过一系列步骤实现结构光的中心提取,结果还不错

2018-05-10

空空如也

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

TA关注的人

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