直接连接的网络 第二章在节点能够成功的交换分组之前,必须先解决的五个问题。
1. 对传送到铜线等介质上的比特编码(encoding)
2. 把在链路上传输的比特序列描述为完整的消息,以便传送到端节点,这称为组帧(framing)
3. 传输过程中帧有时候会出现错误,所以有必要检测这类差错并且采取适当的行动,这称为差错检错(error detection)
4. 在帧尽管一次又一次出错的情况下...
分类:
其他好文 时间:
2016-04-23 07:35:47
阅读次数:
243
Pedestrian Detection aided by Deep Learning Semantic Tasks CVPR 2015 本文考虑将语义任务(即:行人属性和场景属性)和行人检测相结合,以语义信息协助进行行人检测。先来看一下大致的检测结果(TA-CNN为本文检测结果): 可以看出,由于 ...
分类:
其他好文 时间:
2016-04-20 14:58:23
阅读次数:
199
周报 1.文献阅读 Mehran R, Oyama A, Shah M. Abnormal crowd behavior detection using social force model[C]// Conference on Computer Vision & Pattern Recogniti ...
分类:
其他好文 时间:
2016-04-20 01:47:07
阅读次数:
136
转自:http://blog.csdn.net/carson2005/article/details/7647500 TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking) ...
分类:
编程语言 时间:
2016-04-17 20:41:50
阅读次数:
284
原文链接:http://www.linuxjournal.com/article/6556?page=0,0 An earlier article [“Memory Leak Detection in Embedded Systems”, LJ, September 2002, available ...
分类:
编程语言 时间:
2016-04-17 00:47:03
阅读次数:
333
One of the problems with developing embedded systems is the detection of memory leaks; I've found three tools that are useful for this. These tools ar ...
分类:
其他好文 时间:
2016-04-17 00:35:00
阅读次数:
315
《Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks》Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun ——学习资料记录(Simon John) ...
分类:
其他好文 时间:
2016-04-16 21:24:15
阅读次数:
5728
http://stackoverflow.com/questions/29491669/real-time-paper-sheet-detection-using-opencv-in-android/29492699#29492699 image:输入的 8-比特、单通道图像. 非零元素被当成 1, ...
分类:
编程语言 时间:
2016-04-13 00:14:12
阅读次数:
601
Andrew Ng在Machine Learning的第九周介绍了异常检测(anomaly detection)和推荐系统(recommender system),将笔记整理在下面。Anomaly DetectionDensity EstimationProblem Motivation视频开头,Andrew Ng告诉我们,异常检测(anomaly detection)主要应用于无监督式学习,但它更...
分类:
系统相关 时间:
2016-04-11 12:22:13
阅读次数:
404
The IEEE Signal Processing Magazine issued in March contains a paper "Radar Signal Processing for Elderly Fall Detection". This is probably the first ... ...
分类:
其他好文 时间:
2016-04-10 08:00:37
阅读次数:
233