上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 1. 下载源码: git clone https://github.com/matterport/Mask_RCNN 2. 安装依赖项(其实就是程序的运行环境) 我是用conda新建的虚拟环境。 (1) conda create -n Maskrcnn python=3.4 pip (2) sour 阅读全文
posted @ 2019-09-24 20:59 重大的小鸿 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 导入h5py的时候,报错: /home/harris/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype f 阅读全文
posted @ 2019-09-24 19:58 重大的小鸿 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: 贴一个成功的连接: https://blog.csdn.net/u012243626/article/details/82469174 阅读全文
posted @ 2019-09-24 09:08 重大的小鸿 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 卸载anaconda: rm -rf anaconda3 (anaconda文件夹名称) conda删除虚拟环境 在终端执行:conda remove -n your_env_name(虚拟环境名称) --all 即可。 阅读全文
posted @ 2019-09-23 21:55 重大的小鸿 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 本文假设你已经完成了安装,并可以运行demo.py 不会安装且用PASCAL VOC数据集的请看另来两篇博客。 caffe学习一:ubuntu16.04下跑Faster R-CNN demo (基于caffe). (亲测有效,记录经历两天的吐血经历) https://www.cnblogs.com/ 阅读全文
posted @ 2019-09-21 10:52 重大的小鸿 阅读(1786) 评论(0) 推荐(0) 编辑
摘要: Python 3 + Qt5 (Recommended) sudo apt-get install pyqt5-dev-tools sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3 python3 阅读全文
posted @ 2019-09-20 21:21 重大的小鸿 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 本文的主要目的是学习记录。 原文连接:https://blog.csdn.net/samylee/article/details/51099508 本博客中我将对py-faster-rcnn配置运行fastr_rcnn_end2end-VGG_CNN_M_1024作出具体操作说明。在此记录。 第一部 阅读全文
posted @ 2019-09-19 10:40 重大的小鸿 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 在py-faster-rcnn配置运行faster-rcnn-end2end-VGG-CNN_M_1024的过程中, 执行命令:./experiments/scripts/faster_rcnn_end2end.sh 0 VGG_CNN_M_1024 pascal_voc \ --set EXP_D 阅读全文
posted @ 2019-09-19 10:05 重大的小鸿 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 使用命令:python -m pip install pip==8.1.1 其中, -m参数的解释 run library module as a script (terminates option list) 将库中的python模块用作脚本去运行 阅读全文
posted @ 2019-09-18 10:51 重大的小鸿 阅读(3746) 评论(0) 推荐(0) 编辑
摘要: 我假设已经成功编译caffe,如果没有,请参考http://caffe.berkeleyvision.org/installation.html 在本教程中,我假设你的caffe安装目录是CAFFE_ROOT 一.数据准备 首先,你需要从MNIST网站下载mnist数据,并转换数据格式。可以通过执行 阅读全文
posted @ 2019-09-17 22:24 重大的小鸿 阅读(698) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 下一页