- 博客(7)
- 资源 (9)
- 收藏
- 关注
原创 运行SSD算法中的create_data.sh,出现AttributeError: 'module' object has no attribute 'LabelMap'的问题
在create_data.sh文件调用$caffe_root下的scripts目录中的create_annoset.py时产生的错误:Traceback (most recent call last):File "/opt/xuben-project/caffe/data/VOC0712/../../scripts/create_annoset.py", line 105, in <modu...
2018-06-06 12:02:08
2471
1
转载 caffe中detect.py运行产生的问题TypeError: slice indices must be integers or None or have an __index__ method
TypeError: slice indices must be integers or None or have an index method这是由于numpy的版本太高,numpy 1.12.0对这个做了些调整,把numpy降级到1.11.0就行了。参考了简书的文章使用命令:sudo pip install -U numpy==1.11.0不过我是要装在python2.7中所以执行以下代码,...
2018-05-02 04:53:57
328
原创 caffe实例,RCNN-detect的项目中,会出现scipy.io.matlab.miobase.MatReadError: Mat file appears to be empty的问题
这个问题出现的原因在于这个命令:!echo `pwd`/images/fish-bike.jpg > _temp/det_input.txt因为fish-bike.jpg不再images文件夹中故要改成:!echo `pwd`/examples/fish-bike.jpg > _temp/det_input.txt就重新执行detect.py搞定睡觉!...
2018-05-02 04:48:10
2545
转载 can not find module skimage.io
在命令行输入python;再输入import caffe时,可能会报以下错误:can not find module skimage.io此时只要按照以下命令操作即可:$ sudo apt-get install python-numpy python-scipy python-matplotlib python-sklearn python-skimage python-h5py python-...
2018-04-30 01:30:05
351
原创 ecplise 安装完后不显示pydev选项的存在的问题
一般的问题都存在于版本不符合,下面是对应的版本Eclipse 4.5, Java 8: PyDev 5.2.0Eclipse 3.8, Java 7: PyDev 4.5.5 (根据自己环境选择合适的PyDev版本,本机选4.5.5)Eclipse 3.x, Java 6: PyDev 2.8.2...
2018-04-26 01:38:25
279
原创 关于opencv 在ubuntu16.04 下的问题
环境:ubuntu16.04TLS、opencv3.3按照百度上的安装教程安装完成后,发现2个问题。1、执行网上的测试文件时候,发生错误,错误如下: By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file p...
2018-03-28 17:24:38
876
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人