A feature-detection example using the Intel® Threading Building Blocks flow graph By Michael V. (Intel), Added September 9, 2011 Translate Chinese Sim ...
分类:
其他好文 时间:
2016-12-21 02:36:54
阅读次数:
210
1.YOLO: You Only Look Once:Unified, Real-Time Object Detection YOLO是一个可以一次性预测多个Box位置和类别的卷积神经网络,能够实现端到端的目标检测和识别,其最大的优势就是速度快。事实上,目标检测的本质就是回归,因此一个实现回归功能的 ...
分类:
其他好文 时间:
2016-12-19 21:19:11
阅读次数:
314
文章链接: http://pan.baidu.com/s/1bQBJMQ 密码:4772 作者在这里提出了基于神经网络的Cascade方法,Cascade最早可追溯到Haar Feature提取时用到的Adaboost算法(参考这个博客:http://blog.csdn.net/zouxy09/ar ...
分类:
Web程序 时间:
2016-12-18 01:31:25
阅读次数:
255
DPM(Deformable Parts Model) Reference: Object detection with discriminatively trained partbased models. IEEE Trans. PAMI, 32(9):1627–1645, 2010. "Supp ...
分类:
其他好文 时间:
2016-12-15 20:17:46
阅读次数:
237
本文方法对白翔CVPR2012上的检测文章进行扩展成端到端,利用“特征共享”把检测的RF分类器扩展成即可以检测也可以识别的分类器,对字符识别采用了基于字典搜索的误差矫正方法。 ...
分类:
其他好文 时间:
2016-12-12 22:02:51
阅读次数:
599
一、Meta标签中的format-detection属性及含义 format-detection翻译成中文的意思是“格式检测”,顾名思义,它是用来检测html里的一些格式的,那关于meta的format-detection属性主要是有以下几个设置: meta name="format-detecti ...
分类:
Web程序 时间:
2016-12-08 17:34:14
阅读次数:
181
1、移动web页面自动探测电话号码<meta name="format-detection" content="telephone=no"><meta http-equiv="x-rim-auto-match" content="none"> 2、<a href="tel:">联系电话</a> <a ...
分类:
移动开发 时间:
2016-12-05 22:56:00
阅读次数:
209
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>账号绑定</title><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scal ...
分类:
移动开发 时间:
2016-12-05 20:11:36
阅读次数:
264
1 介绍(INTRODUCTION) 本文主要对最近的 proposal 检测方法做一个总结和评价。主要是下面这些方法。 2 Detection Proposal 方法(DETECTION PROPOSAL METHODS) 作者将 Detection Proposal 分为两类,grouping ...
分类:
其他好文 时间:
2016-12-03 11:51:34
阅读次数:
398
近日,谷歌在《美国医学会杂志》发表题为 “Development and Validation of a Deep Learning Algorithm for Detection of Diabet...
分类:
其他好文 时间:
2016-12-01 14:53:43
阅读次数:
879