摘要: caffe源码阅读 阅读全文
posted @ 2018-06-20 09:01 tszs_song 阅读(119) 评论(0) 推荐(0) 编辑
摘要: yolo 阅读全文
posted @ 2018-06-20 07:21 tszs_song 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 一、 numpy: 1.2 all any: 事实上,all()操作就是对两个矩阵的比对结果再做一次与运算,而any则是做一次或运算 1.3 np.newaxis np.hstack的使用: 来自rgb大神py-faster-rcnn 阅读全文
posted @ 2018-06-07 09:50 tszs_song 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1. 对proposal层NMS的解释,很清晰 注意第18~20行是拿一个数(x1)和array(x1[ [0,2,3] ])去比: 2. box_inside_weights和box-outside_weights: 在smoothl1losslayer.cu里: 计算loss时乘的系数 3. t 阅读全文
posted @ 2018-06-04 10:06 tszs_song 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 踩坑: 1. 服务器上训练: 会各种报错 有说是因为#!/bin/bash的问题,改过,不行。 改成如下ok 2. __C.DEDUP_BOXES = 1./16. 取决于网络结构,就是之前pool和stride的大小。关于这个参数,大神git上有回复#34。 3. KeyError: 'max_o 阅读全文
posted @ 2018-05-28 20:20 tszs_song 阅读(1286) 评论(0) 推荐(0) 编辑
摘要: mac caffe xcode 阅读全文
posted @ 2018-05-11 14:39 tszs_song 阅读(593) 评论(0) 推荐(0) 编辑
摘要: openCV-rect 阅读全文
posted @ 2018-04-29 11:22 tszs_song 阅读(837) 评论(0) 推荐(0) 编辑
摘要: ssd训练自己的voc格式数据 阅读全文
posted @ 2018-04-06 21:51 tszs_song 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: g++编译 阅读全文
posted @ 2018-03-20 19:08 tszs_song 阅读(377) 评论(0) 推荐(0) 编辑
摘要: java 阅读全文
posted @ 2018-03-14 17:03 tszs_song 阅读(321) 评论(0) 推荐(0) 编辑