- 博客(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
1876
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
4233
5
原创 制作mask rcnn数据
整体过程及训练自己的数据:https://blog.youkuaiyun.com/disiwei1012/article/details/79928679制作cv2_mask数据:https://blog.youkuaiyun.com/l297969586/article/details/79154150OpenCV创建新项目:https://jingyan.baidu.com/article/f3e34a12e...
2018-11-14 10:17:29
353
原创 批量更改文件名
https://jingyan.baidu.com/album/36d6ed1f4c6f901bcf48832d.html?picindex=2https://blog.youkuaiyun.com/xinganshenguang/article/details/53514946Excel导入txt:https://jingyan.baidu.com/article/e6c8503c2d44e3e54...
2018-11-13 16:18:09
222
原创 ImportError: numpy.core.multiarray failed to import
升级numpypip install --upgrade numpy
2018-11-13 10:02:48
165
转载 AttributeError: type object 'IOLoop' has no attribute 'initialized'
https://blog.youkuaiyun.com/zzc15806/article/details/79615426
2018-11-08 16:41:42
843
原创 安装pycocotools
出现错误找不到文件png.lib link error1181安装包matplotlib版本不匹配 升级安装包 安装pycocotools成功(手残关了cmd 无截图 噗!)
2018-11-07 19:10:03
802
转载 升级所有Python安装包
https://blog.youkuaiyun.com/piaomiao9165/article/details/79633213
2018-11-05 16:33:45
1190
转载 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
177
原创 制作图像分割训练集
过程:https://blog.youkuaiyun.com/u010402786/article/details/72883421labelme使用:https://blog.youkuaiyun.com/disiwei1012/article/details/79508954https://www.aliyun.com/jiaocheng/518523.html批量label to dataset...
2018-06-28 21:00:46
1485
转载 komodo中文注释问题
https://blog.youkuaiyun.com/C_Sure_/article/details/73955321
2018-06-19 17:38:27
449
原创 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
5050
原创 ubuntu下tensorflow安装(GPU)
https://blog.youkuaiyun.com/YhL_Leo/article/details/51280087https://blog.youkuaiyun.com/l297969586/article/details/72820310https://www.cnblogs.com/tsingke/p/7171270.html
2018-06-18 15:02:31
176
原创 ubuntu14.04+cuda7.5安装
为什么安装ubuntu14.04呢?因为教程的版本是14.04,以防因为版本而产生的问题。ubuntu14.04安装教程:我压缩了70g的空间,根分区25g,主分区,/;交互分区8g(两倍内存),逻辑分区,交换空间;boot分区200m,逻辑分区,/boot;home分区剩余空间,逻辑分区,/home。cuda7.5安装教程:https://blog.youkuaiyun.com/l297969586/art...
2018-06-18 10:24:19
300
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人