上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 99 下一页
摘要: demo_myna中的build.gradle中的dependencies是依赖项目。比如之前开发的一个项目A,现在新的项目B要使用项目A的功能,那么把项目A作为类库关联进来,这样b就能直接使用A的功能,而不用重新开发 阅读全文
posted @ 2018-07-12 21:56 有梦就要去实现他 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: extends是继承类 implements是实现接口 阅读全文
posted @ 2018-07-12 21:32 有梦就要去实现他 阅读(384) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/javazejian/article/details/52709857 https://blog.csdn.net/htq__/article/details/51227869: 2通过Context的bindService()方法启动服务:顾名思义,以该 阅读全文
posted @ 2018-07-12 15:30 有梦就要去实现他 阅读(144) 评论(0) 推荐(0) 编辑
摘要: github:https://github.com/liuzhuang13/DenseNetCaffe(caffe) 网络结构: 结合上下两个图:实际上就是把conv1+conv1的卷积(即conv2),当然这个是concat在channel层连接,但是这个整体都会作为conv3的输入,也就是说这个 阅读全文
posted @ 2018-07-11 01:35 有梦就要去实现他 阅读(280) 评论(0) 推荐(0) 编辑
摘要: resnet的skip connection用的也是eltwise相加 fpn的浅层和高层融合用的eltwise相加 hyper-net和ion都是使用的concat的方式 hyper-net网络结构 https://blog.csdn.net/qq_35608277/article/details 阅读全文
posted @ 2018-07-10 23:30 有梦就要去实现他 阅读(616) 评论(0) 推荐(0) 编辑
摘要: ImgView这个模版类没有找到 SsdCostFunction、SadCostFunctionT来自cost_functions.hpp,实际上就是具体值怎么计算 阅读全文
posted @ 2018-07-10 14:28 有梦就要去实现他 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 头条: 1面:求最低公共祖先,没有父指针 2面: 1.存储了1000w个视频,这些视频会有一些标志,比如某某电视台的标志,现有一个视频去判断和这些是否相同然后进行增删改查,这些视频的存储的 index信息应该怎么去设计 我答:提取特征,比如hog、sift,索引以这些特征为索引 反思:提特征为什么没 阅读全文
posted @ 2018-07-10 11:31 有梦就要去实现他 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 代码地址:https://bitbucket.org/rodrigob/doppia/src stereo_matching下的几个目录相当于这几篇论文中求stixel的几个步骤 cost_volume相当于 FastDisparityCostVolumeEstimator是实现的Fast stix 阅读全文
posted @ 2018-07-09 18:49 有梦就要去实现他 阅读(202) 评论(0) 推荐(0) 编辑
摘要: stixels_t在stixel.hpp里,存储class stixel的vector 阅读全文
posted @ 2018-07-09 16:04 有梦就要去实现他 阅读(107) 评论(0) 推荐(0) 编辑
摘要: def voc_ap(rec, prec, use_07_metric=False): """ ap = voc_ap(rec, prec, [use_07_metric]) Compute VOC AP given precision and recall. If use_07_metric is true, uses the VOC 07 11 point... 阅读全文
posted @ 2018-07-06 14:51 有梦就要去实现他 阅读(497) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 99 下一页