上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 62 下一页
摘要: 先安装anaconda 一条指令:conda install keras 就可以把keras,tensorflow装好。 阅读全文
posted @ 2017-09-19 11:15 牧马人夏峥 阅读(276) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/29367273 https://zhuanlan.zhihu.com/p/28749411 以及1*1卷积核:https://www.zhihu.com/question/56024942 阅读全文
posted @ 2017-09-16 21:05 牧马人夏峥 阅读(302) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/bitcarmanlee/article/details/53242882 https://www.zhihu.com/question/325817179 阅读全文
posted @ 2017-09-01 17:08 牧马人夏峥 阅读(125) 评论(0) 推荐(0)
摘要: import cv2 import numpy as np from PIL import Image img = cv2.imread("path/to/img.png") # You may need to convert the color. img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) im_pil = Image.fromarray(img)... 阅读全文
posted @ 2017-08-21 14:20 牧马人夏峥 阅读(263) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/xiaojidan2011/article/details/8027670 http://blog.csdn.net/dcrmg/article/details/53677739 http://blog.csdn.net/icamera0/article/d 阅读全文
posted @ 2017-08-18 13:31 牧马人夏峥 阅读(209) 评论(0) 推荐(0)
摘要: 参考:https://zhuanlan.zhihu.com/p/24954433?refer=xiaoleimlnote http://blog.csdn.net/u010167269/article/details/52563573 阅读全文
posted @ 2017-08-17 08:09 牧马人夏峥 阅读(145) 评论(0) 推荐(0)
摘要: 这篇博客对目标检测做了总结:https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html 阅读全文
posted @ 2017-08-17 07:44 牧马人夏峥 阅读(324) 评论(0) 推荐(0)
摘要: 在对数据增强后的faster rcnn中进行训练时,出现这个错误,原因是在lib/roi_data_layer/layer.py中,会出现 阅读全文
posted @ 2017-08-16 11:47 牧马人夏峥 阅读(1804) 评论(0) 推荐(0)
摘要: 在faster rcnn内进行随机裁剪数据增强,训练一段时间后报错: gt_argmax_overlaps = overlaps.argmax(axis=0) ValueError: attempt to get argmax of an empty sequence 参考博客http://blog 阅读全文
posted @ 2017-08-14 16:35 牧马人夏峥 阅读(5607) 评论(0) 推荐(0)
摘要: 参考:http://blog.csdn.net/u010797208/article/details/40452797 亲测可行 阅读全文
posted @ 2017-08-11 14:42 牧马人夏峥 阅读(188) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 62 下一页