上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: 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 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 需要修改的地方 1. ./maskrcnn_benchmark/data/datasets/voc.py 将CLASSES 内容改为自己的数据标签 2. ./maskrcnn_benchmark/config/paths_catalog.py 添加自己的数据集路径,可直接用已有voc格式的,替换对应 阅读全文
posted @ 2019-07-29 19:20 BlueOceans 阅读(873) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(880) 评论(0) 推荐(0) 编辑
摘要: 错误: 原因:使用了apex,可能原因是gcc编译版本不对,二是未使用python3执行命令 解决:1. 删掉apex目录下的build文件夹,重新编译 2. 使用 python3 执行命令,因为使用anaconda2的时候python执行的是python2 阅读全文
posted @ 2019-07-23 19:56 BlueOceans 阅读(1611) 评论(0) 推荐(0) 编辑
摘要: 原因:缺少ffmpeg的支持 解决:一般opencv3.3版本及以上支持ffmpeg,实验4.1.0成功 如果出现以下问题,则是由于libsm包为安装 阅读全文
posted @ 2019-07-22 12:01 BlueOceans 阅读(8624) 评论(0) 推荐(0) 编辑
摘要: 1. 选择合适的安装包下载 https://anaconda.org/pytorch/repo?type=conda&label=main 2. 安装命令: conda install 安装包 3. 安装错误: 在安装torchvision可能会出现以下错误 原因:torchvision的版本与py 阅读全文
posted @ 2019-07-19 22:21 BlueOceans 阅读(20088) 评论(0) 推荐(0) 编辑
摘要: 错误 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 阅读(7684) 评论(1) 推荐(1) 编辑
摘要: 转载:https://cvmart.net/community/article/detail/148 数据集 描述 备注 获取方式 PubFig: Public Figures Face Database 哥伦比亚大学的公众人物脸部数据集,包含有200个人的58k+人脸图像 非限制场景下的人脸识别 阅读全文
posted @ 2019-07-18 16:42 BlueOceans 阅读(10068) 评论(2) 推荐(2) 编辑
摘要: http://www.openblas.net/ Linux:下载源码直接make即可 阅读全文
posted @ 2019-07-12 16:08 BlueOceans 阅读(467) 评论(0) 推荐(0) 编辑
摘要: opencv:帖子中介绍了算法原理和opencv估计姿态的代码 https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/ 阅读全文
posted @ 2019-07-10 12:01 BlueOceans 阅读(644) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页