会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Wind·Chaser
We are all bugs in the gutter, but we always have to look up at the stars. https://github.com/WindChaserZ
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
下一页
2019年8月13日
windows linux子系统(Windows Subsystem for Linux)的存放目录
摘要: win10子系统把windows的底层接口做了个转换到Linux从而能运行linux,但是他在安装的时候并没有提供安装位置的选项.(还有hyper v) 现在,所有从商店安装的发行版都存在于以下目录中 C:\Users<username>\AppData\Local\Packages 对于Ubunt
阅读全文
posted @ 2019-08-13 13:43 Wind·Chaser
阅读(2350)
评论(0)
推荐(1)
2019年8月12日
基于DetNet-FPN的视频实时检测demo(pytorch版)
摘要: 最近要使用faster-rcnn,DetNet-FPN以及Light-Head三种目标检测方案训练自己的数据集,并做一个比较。在GitHub上搜罗了一番,发现下面三个开源项目一脉相承,正合我意。期中DetNet_pytorch和pytorch-lighthead我认为都是基于faster-rcnn.
阅读全文
posted @ 2019-08-12 21:35 Wind·Chaser
阅读(1907)
评论(1)
推荐(2)
加载checkpoint问题
摘要: 加载checkpoint文件时,报错 tensorflow.python.framework.errors_impl.NotFoundError: /home/xzw/models/research/object_detection/remove_coach/runs/1555550450/chec
阅读全文
posted @ 2019-08-12 17:00 Wind·Chaser
阅读(1939)
评论(0)
推荐(0)
运行报错error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
摘要: 问题cv2.resize()报错 cv2.error: OpenCV(3.4.3) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4044: error: (-215:Assertion failed) !ssize.
阅读全文
posted @ 2019-08-12 16:09 Wind·Chaser
阅读(10650)
评论(0)
推荐(1)
python调用cv2.findContours时报错:ValueError: not enough values to unpack (expected 3, got 2)
摘要: OpenCV旧版,返回三个参数: im2, contours, hierarchy = cv2.findContours(mask, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)要想返回三个参数: 把OpenCV 降级成3.4.3.18 就可以了,在终端输入pip
阅读全文
posted @ 2019-08-12 16:08 Wind·Chaser
阅读(4694)
评论(0)
推荐(0)
opencv共享库配置
摘要: ImportError: libSM.so.6: cannot open shared object file: No such file or directory 运行如下命令即可解决: sudo apt-get install -y python-qt4
阅读全文
posted @ 2019-08-12 15:42 Wind·Chaser
阅读(320)
评论(0)
推荐(0)
使用TensorFlow Object Detection API进行目标检测
摘要: 2017年6月,Google公司开放了TensorFlow Object Detection API。这个项目使用TensorFlow实现了大多数深度学习目标检测框架,其中就包括Faster R-CNN。 一、实现官方给的目标检测的示例教程1、下载TensorFlow Object Detectio
阅读全文
posted @ 2019-08-12 13:24 Wind·Chaser
阅读(10039)
评论(2)
推荐(8)
ValueError: numpy.ufunc size changed, may indicate binary incompatibility. (FASTER-RCNN编译)
摘要: faster-rcnn编译过程中,有个错误记录一下: ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObjec
阅读全文
posted @ 2019-08-12 12:01 Wind·Chaser
阅读(6307)
评论(0)
推荐(1)
CUDA和cudnn的环境变量设置问题
摘要: 在 ~/.bashrc 里再设置一下cuda的环境变量: export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBR
阅读全文
posted @ 2019-08-12 11:22 Wind·Chaser
阅读(4616)
评论(0)
推荐(0)
zsh-Ubuntu更实用终端
摘要: 以前看过别人的视频中,有使用zsh作为默认终端的,但当时不知道是什么软件 安装zsh Ubuntu 安装:$ sudo apt-get install -y zsh 先启动看看: 安装好了,但是连高亮都没有,所以接下来就是美化了 安装oh-my-zsh oh-my-zsh中整理了常用的zsh扩展和主
阅读全文
posted @ 2019-08-12 10:36 Wind·Chaser
阅读(1692)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
下一页
公告