会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2019年7月30日
ss
摘要: https://1drv.ms/u/s!Alvoz4G5IaBxiKA6dmXikC0FOQrsyg?e=keVbA0 https://s3.amazonaws.com/psiphon/web/mjr4-p23r-puwl/zh/download.html#direct https://github
阅读全文
posted @ 2019-07-30 20:21 BlueOceans
阅读(156)
评论(0)
推荐(0)
2019年7月29日
maskrcnn-benchmark训练自己数据
摘要: 需要修改的地方 1. ./maskrcnn_benchmark/data/datasets/voc.py 将CLASSES 内容改为自己的数据标签 2. ./maskrcnn_benchmark/config/paths_catalog.py 添加自己的数据集路径,可直接用已有voc格式的,替换对应
阅读全文
posted @ 2019-07-29 19:20 BlueOceans
阅读(890)
评论(0)
推荐(0)
2019年7月28日
c++读取txt文件
摘要: string fname = "a.txt"; string buf; fstream fp(fname ); while (!fp1.eof() && fp1.peek() != EOF){ getline(fp1, buf);// read one line } fp.close();
阅读全文
posted @ 2019-07-28 20:23 BlueOceans
阅读(892)
评论(0)
推荐(0)
2019年7月23日
maskrcnn-benchmark错误:ImportError: cannot import name rnn_compat
摘要: 错误: 原因:使用了apex,可能原因是gcc编译版本不对,二是未使用python3执行命令 解决:1. 删掉apex目录下的build文件夹,重新编译 2. 使用 python3 执行命令,因为使用anaconda2的时候python执行的是python2
阅读全文
posted @ 2019-07-23 19:56 BlueOceans
阅读(1664)
评论(0)
推荐(0)
2019年7月22日
cv2.videocapture()失败,无法读取视频
摘要: 原因:缺少ffmpeg的支持 解决:一般opencv3.3版本及以上支持ffmpeg,实验4.1.0成功 如果出现以下问题,则是由于libsm包为安装
阅读全文
posted @ 2019-07-22 12:01 BlueOceans
阅读(9453)
评论(0)
推荐(0)
2019年7月19日
离线下载pytorch安装包
摘要: 1. 选择合适的安装包下载 https://anaconda.org/pytorch/repo?type=conda&label=main 2. 安装命令: conda install 安装包 3. 安装错误: 在安装torchvision可能会出现以下错误 原因:torchvision的版本与py
阅读全文
posted @ 2019-07-19 22:21 BlueOceans
阅读(20355)
评论(0)
推荐(0)
2019年7月18日
ImportError: libSM.so.6: cannot open shared object file: No such file or directory
摘要: 错误 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/cv2/__init__.py", line 9, in <modul
阅读全文
posted @ 2019-07-18 21:15 BlueOceans
阅读(8177)
评论(1)
推荐(1)
人脸相关数据集
摘要: 转载:https://cvmart.net/community/article/detail/148 数据集 描述 备注 获取方式 PubFig: Public Figures Face Database 哥伦比亚大学的公众人物脸部数据集,包含有200个人的58k+人脸图像 非限制场景下的人脸识别
阅读全文
posted @ 2019-07-18 16:42 BlueOceans
阅读(10244)
评论(2)
推荐(2)
2019年7月12日
安装openblas库
摘要: http://www.openblas.net/ Linux:下载源码直接make即可
阅读全文
posted @ 2019-07-12 16:08 BlueOceans
阅读(510)
评论(0)
推荐(0)
2019年7月10日
head pose estimation
摘要: opencv:帖子中介绍了算法原理和opencv估计姿态的代码 https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/
阅读全文
posted @ 2019-07-10 12:01 BlueOceans
阅读(650)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告