0. redis基本路径 Selected config: Port : 6379 Config file : /etc/redis/6379.conf Log file : /var/log/redis_6379.log Data dir : /var/lib/redis/6379 Executa ...
分类:
其他好文 时间:
2017-04-28 10:21:08
阅读次数:
237
https://www.zhihu.com/question/29163054 光栅(shan一声)化(Rasterize/rasteriztion)。这个词儿Adobe官方翻译成栅格化或者像素化。没错,就是把矢量图形转化成像素点儿的过程。我们屏幕上显示的画面都是由像素组成,而三维物体都是点线面构成 ...
分类:
其他好文 时间:
2017-04-25 22:16:42
阅读次数:
295
1. 安装对应的驱动与程序包。 图像对应包 http://wiki.ros.org/camera_calibration 在gitbub下载image_pipeline : https://github.com/ros-perception/image_pipeline 安装对应的驱动 1)uvc_ ...
分类:
其他好文 时间:
2017-04-25 19:59:30
阅读次数:
201
这篇文章是解析计算机图形学界“九阴真经总纲”一般存在的《Real-Time Rendering 3rd》系列文章的第二篇。将带来RTR3第二章内容“Chapter 2 The Graphics Ren...
分类:
其他好文 时间:
2017-04-24 12:20:08
阅读次数:
348
Add 'stage' which we can know what is the progress in a high level way: 'sh' is for any shell commands. Pipeline is written in Rudy, so can use rudy s ...
分类:
其他好文 时间:
2017-04-24 10:14:01
阅读次数:
175
0x00 前言
想写点东西试试,结果接下来就老老实实躺在了Pipeline上;
决定学跑之前先学爬,老老实实啃一下源码和官方文档,虽然官方还在一点点更新,不少地方还是空白的,不过先动起来多敲点试试...
分类:
其他好文 时间:
2017-04-23 10:41:10
阅读次数:
235
Overview Photo OCR Problem Description and Pipeline Sliding Windows Getting Lots of Data and Artificial Data Ceiling Analysis: What Part of the Pipeli ...
分类:
系统相关 时间:
2017-04-21 09:52:12
阅读次数:
266
一、关于spark ml pipeline与机器学习 一个典型的机器学习构建包含若干个过程 1、源数据ETL 2、数据预处理 3、特征选取 4、模型训练与验证 以上四个步骤可以抽象为一个包括多个步骤的流水线式工作,从数据收集开始至输出我们需要的最终结果。因此,对以上多个步骤、进行抽象建模,简化为流水 ...
分类:
其他好文 时间:
2017-04-17 09:34:50
阅读次数:
321
1.过滤器 过滤器运行在MVC Action Invocation Pipeline(MVC Action 请求管道),我们称它为Filter Pipleline(过滤器管道),Filter Pipleline 运行在MVC选择Action执行前,因此我们可以在Action执行前做一些处理,例如:权 ...
分类:
Web程序 时间:
2017-04-13 15:27:28
阅读次数:
252
SlotSharingGroup 表示不同的task可以共享slot,但是这是soft的约束,即也可以不在一个slot 默认情况下,整个StreamGraph都会用一个默认的“default” SlotSharingGroup,即所有的JobVertex的task都可以共用一个slot /** * ... ...
分类:
其他好文 时间:
2017-04-13 12:35:48
阅读次数:
347