Fork me on GitHub
摘要: 这是由于GPU数量不匹配造成的,如果训练自己的数据,那么我们只需要将solver.prototxt文件中的device_id项改为自己的GPU块数,一块就是0,两块就是1,以此类推。 但是SSD配置时的例子是将训练语句整合成一个python文件ssd_pascal.py,所以需要改此代码。相关配置训 阅读全文
posted @ 2019-01-02 20:34 stardsd 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: 错误描述: 执行 python examples/ssd/ssd_pascal.py 报错: Cannot find snapshot in models/VGGNet/VOC0712/SSD_300x300 解决方案: 下载 https://github.com/conner99/VGGNet/b 阅读全文
posted @ 2019-01-02 20:20 stardsd 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: 在运行ssd时遇到这个问题 实际是python接口的路径不对,使用echo $$PYTHONPATH 弹出当前python路径,发现是caffe自己的python接口,采用 export PYTHONPATH=/home/用户名/(当前要用的Python路径)/python即可, 最后可用echo 阅读全文
posted @ 2019-01-02 19:53 stardsd 阅读(999) 评论(0) 推荐(0) 编辑
摘要: caffe ssd 错误描述: AttributeError: 'module' object has no attribute 'LabelMap' SSD from caffe.proto import caffe_pb2 ImportError: No module named caffe.p 阅读全文
posted @ 2019-01-02 19:21 stardsd 阅读(2227) 评论(1) 推荐(0) 编辑
摘要: 执行pip install 报错如下: 解决方案: Linux / macOS From your terminal, you can install the package for your user only, like this: OR You can use su or sudo from 阅读全文
posted @ 2019-01-02 17:58 stardsd 阅读(24600) 评论(0) 推荐(0) 编辑
摘要: 原文链接 https://blog.csdn.net/accumulate_zhang/article/details/80269313 在Ubuntu中,升级了pip,再次使用pip 安装相关的python包的时候就出现以下错误 ImportError: cannot import name ma 阅读全文
posted @ 2019-01-02 17:52 stardsd 阅读(559) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/lanyuelvyun/article/details/73628152 在用自己的数据训练基于caffe的SSD模型的时候,我们需要将图片数据转换成lmdb格式,用到的脚本文件是SSD源码里面提供的create_data.sh(具体位置在$CAFF 阅读全文
posted @ 2019-01-02 17:18 stardsd 阅读(2447) 评论(0) 推荐(0) 编辑
摘要: Error描述: 解决方案1: 解决方案2: I realized that there was an error with my CUDA installation, specifically with the cuBLAS library. You can check if yours has 阅读全文
posted @ 2019-01-02 16:56 stardsd 阅读(7177) 评论(0) 推荐(0) 编辑
摘要: 解决方案: Note: This solution is not just limited to codecommit but also for other Ubuntu gnults_handshake related issues. If you have AWS cli installed i 阅读全文
posted @ 2019-01-02 16:09 stardsd 阅读(21302) 评论(0) 推荐(0) 编辑
摘要: I can push by clone project using ssh, but it doesn't work when I clone project with https. it shows message error as below. I can push by clone proje 阅读全文
posted @ 2019-01-02 15:05 stardsd 阅读(9682) 评论(0) 推荐(1) 编辑
摘要: 1:SSD更具体的框架如下: 1:SSD更具体的框架如下: 1:SSD更具体的框架如下: 1:SSD更具体的框架如下: 2: Prior Box 缩进在SSD中引入了Prior Box,实际上与anchor非常类似,就是一些目标的预选框,后续通过softmax分类+bounding box regr 阅读全文
posted @ 2019-01-02 09:13 stardsd 阅读(13781) 评论(1) 推荐(3) 编辑