building a semantic map requires advanced object recognition techniques which go beyond our scope. But we are most interested in the range sensor it h ...
分类:
移动开发 时间:
2018-10-29 10:25:46
阅读次数:
391
English: listening、speaking、reading、writing、translation 1. The face can speak a thousand emotions, but it can easily mask what the heart feels. for th ...
分类:
其他好文 时间:
2018-10-27 23:34:24
阅读次数:
235
var list = [], face_list = { "[微笑]": 1, "[撇嘴]": 2, "[色]": 3, "[发呆]": 4, "[得意]": 5, "[流泪]": 6, ... ...
分类:
微信 时间:
2018-10-27 14:49:18
阅读次数:
639
1. 定义 Tesseract是一个将图像翻译成文字的OCR库(光学文字识别,Optical Character Recognition) 2. 安装 sudo apt get install tesseract ocr 3. 在python中调用Tesseract pip install pyte ...
分类:
其他好文 时间:
2018-10-27 00:23:22
阅读次数:
162
书籍:《21个项目玩转深度学习:基于TensorFlow的实践详解》 人脸检测 FDDB FDDB是UMass的数据集,被用来做人脸检测(Face Detection)。这个数据集比较大,比较有挑战性。而且作者提供了程序用来评估检测结果,所以在这个数据上面比较算法也相对公平。 2845 张图片,其中 ...
分类:
其他好文 时间:
2018-10-22 16:39:27
阅读次数:
233
SBAR: SDN flow Based monitoring and Application Recognition SOSR 2018 poster [toc] 摘要 检测系统,可以细化应用层分类。 基于DPI和Machine Learning分类,可以减少开销。 基于应用协议分类。 使用特定的 ...
分类:
移动开发 时间:
2018-10-19 00:04:28
阅读次数:
188
1、<b></b>:加粗 <i></b>:斜体 <u></u>:文字下划线 <s></s>:文字删除线 <sub></sub>:文字下标 <sup></sup>:文字商标 字体标签:<font></font> face:字体名称 color:字体颜色 size:字号 2、常用标签 段落:<p ali ...
分类:
Web程序 时间:
2018-10-18 01:14:48
阅读次数:
152
要显示一个逼真的三维模型,其顶点坐标、顶点法向、纹理坐标这三个信息必不可少。本文主要介绍如何在OpenCASCADE的Draw中显示出曲面的法向量,通过使用相关命令,来方便地对曲面的法向进行检查。 ...
分类:
其他好文 时间:
2018-10-18 00:59:30
阅读次数:
294
from sklearn.model_selection import train_test_split X_train,X_test,y_train,y_test = train_test_split(face_up,face_down,test_size = 0.02) estimators =... ...
分类:
编程语言 时间:
2018-10-17 14:37:06
阅读次数:
158
Motivation:减少时空网络的计算量,保持视频分类精度上的基础上,使得速度尽可能接近对应网络的2D版本。 为此提出 Multi-Fiber 网络,将复杂网络拆分成轻量网络的集成,利用 fibers 间的信息流引入多路器模块。 Result:比I3D和R(2+1)D分别少9倍,13倍的计算量,但 ...
分类:
Web程序 时间:
2018-10-16 01:41:35
阅读次数:
639