WebRTC介绍及简单应用 WebRTC ,即 Web Real Time Communication ,web实时通信技术。简单地说就是在web浏览器里面引入实时通信,包括音视频通话等。 WebRTC实时通信技术介绍 如何使用 媒体介绍 信令 STUN和TURN介绍 对等连接和提议/应答协商 数据 ...
分类:
Web程序 时间:
2017-12-07 00:02:20
阅读次数:
1114
翻阅了很多资料,也做了不少笔记,决定还是对渲染进行一个总结,以巩固所学的东西。 《Real-Time Rendering, Third Edition》 (PDF的配图链接)将一个渲染流程分为三个阶段: 即 应用阶段(PApplication Stage)、几何阶段(Geometry Stage)、... ...
分类:
其他好文 时间:
2017-12-04 23:32:20
阅读次数:
329
caffe-yolo:https://github.com/xingwangsfu/caffe-yolo YOLO in caffe Update 12-05-2016: Currently, only yolo v1 (http://pjreddie.com/darknet/yolov1/) is ...
分类:
其他好文 时间:
2017-12-01 16:38:08
阅读次数:
184
time命令可以获取一个程序的执行时间(实际运行时间real time, 程序运行在用户态时间user time, 内核的时间sys time),real!=user+sys,即程序不占用cpu也统计时间。而user+sys是程序占用cpu的总时长,因此real>=user+sys $time ./ ...
分类:
其他好文 时间:
2017-11-27 21:49:24
阅读次数:
209
faster-rcnn提出论文: 《Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks》 faster-rcnn 的算法详解可看这篇博文(清晰易懂,良心博文!): http://blog.csd ...
分类:
其他好文 时间:
2017-11-19 17:27:50
阅读次数:
450
前天,11月15日,Atom编辑器公布了Teletype,支持多人同时编辑代码。新闻链接:https://blog.atom.io/2017/11/15/code-together-in-real-time-with-teletype-for-atom.html同时,微软也发布了VisualStudioLiveShare也是类似功能,官网:https://code.visualstudio.com/visual-s..
分类:
其他好文 时间:
2017-11-17 17:01:08
阅读次数:
167
虽然所知甚少,但康大的《GPU编程与Cg编程之阳春白雪下里巴人》确实带我入了shader的门,在里面我第一次清晰地知道了“语义”的意思,非常感谢。 入门shader,我觉得可以先读3本书:《GPU编程与Cg编程之阳春白雪下里巴人》=》《cg教程》=》《Real-Time Rendering 3rd》 ...
分类:
编程语言 时间:
2017-11-08 11:54:30
阅读次数:
283
1 modern software development is all about processing large amounts of less-than-perfect data in real time to extract knowledge and actionable insight ...
分类:
其他好文 时间:
2017-11-07 12:21:31
阅读次数:
140
1. install npm install dawn -g 2. create project # 1. Create & Initialize $ dn init -t front # 2. Development & Real-time compilation $ dn dev # 3. Li ...
分类:
其他好文 时间:
2017-11-04 00:17:46
阅读次数:
137
https://cloudxlab.com/blog/real-time-analytics-dashboard-with-apache-spark-kafka/ ...
分类:
其他好文 时间:
2017-11-02 23:19:44
阅读次数:
253