上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 99 下一页
摘要: http://blog.csdn.net/u014696921/article/details/60321425 阅读全文
posted @ 2017-09-15 16:01 有梦就要去实现他 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 1.http://blog.csdn.net/u014696921/article/details/60321425 2.https://blog.csdn.net/zimenglan_sysu 3.https://blog.csdn.net/xbinworld 阅读全文
posted @ 2017-09-15 15:59 有梦就要去实现他 阅读(168) 评论(0) 推荐(0) 编辑
摘要: find <指定目录> <指定条件> <指定动作> 查找目录:find /(查找范围) -name '查找关键字' -type d 阅读全文
posted @ 2017-09-15 14:19 有梦就要去实现他 阅读(376) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xzzppp/article/details/52317863 源代码:https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/rpn/generate_anchors.py 阅读全文
posted @ 2017-09-15 13:15 有梦就要去实现他 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 解决办法: http://blog.csdn.net/qq_33202928/article/details/72526710 在文件./lib/fast_rcnn/train.py增加一行import google.protobuf.text_format 即可解决问题 阅读全文
posted @ 2017-09-15 11:21 有梦就要去实现他 阅读(144) 评论(0) 推荐(0) 编辑
摘要: VOCdevkit2007文件下只保存VOC2007,VOC2007下只保存Annotations ImageSets JPEGImages。 JPEGImages存放所有的图片数据(即训练测试验证的图片都在里面),注意图片名字不再是原本图片名字,而是000001这种6位编号,制作过程中需要将所有图 阅读全文
posted @ 2017-09-15 10:31 有梦就要去实现他 阅读(976) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cnmilan/article/details/9259343 在Python中append 用来向 list 的末尾追加单个元素,如果增加的元素是一个list,那么这个list将作为一个整体进行追加。 例如: Python代码 li=['a', 'b'] 阅读全文
posted @ 2017-09-15 10:17 有梦就要去实现他 阅读(15796) 评论(0) 推荐(1) 编辑
摘要: 参考博客:http://blog.csdn.net/juewu1993/article/details/54773269 http://blog.csdn.net/samylee/article/details/51201744 http://blog.csdn.net/sinat_30071459 阅读全文
posted @ 2017-09-14 23:21 有梦就要去实现他 阅读(267) 评论(0) 推荐(0) 编辑
摘要: c++方法: http://www.cnblogs.com/AngelLee2009/archive/2013/07/09/3180435.html python方法: https://zhidao.baidu.com/question/558955894.html 如果是10位不要写成"%10d" 阅读全文
posted @ 2017-09-14 23:09 有梦就要去实现他 阅读(954) 评论(0) 推荐(0) 编辑
摘要: 步骤和fast rcnn的编译一样,在编译中遇到了一个问题: 刚开始是以为python-numpy没有安装到位,后来发现是Makefile.config的配置出现了问题。原来的配置是: PYTHON_INCLUDE := /usr/include/python2.7 \ /usr/lib/pytho 阅读全文
posted @ 2017-09-14 20:44 有梦就要去实现他 阅读(281) 评论(0) 推荐(0) 编辑
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 99 下一页