bash 命令学习记录
最近几天正在看MIT的网课 The Missing Semester of Your CS Education,讲得很不错,囊括了很多常用的基础知识,那些知识之前都是我自己零散学习归纳的,远不如这样系统性地学习效果好。
SMPL 模型学习记录
SMPL (Skinned Multi-Person Linear Model) 是一种基于顶点 (vertex-based) 的人体三维模型,能够精确地表示人体的不同形状 (shape) 和姿态 (pose)。
GAMES101:基本变换
最近开始自学CG相关知识,于是乎找到了GAMES101这门课,目前看到lecture 4。该课程主要从理论上介绍了CG的基础知识,前面讲的是线代的内容,以及几何变换的一些常用公式。
An Informative Approach for Fog Simulation
In this paper, the optical model is the most important part for making datasets and the author can’t develop such a wonderful fog simulation model without it. In other words, once you have decided on the base model, you finish most work.
Deraining Dataset : MPID
We can see that almost all existing deraining algorithms will deteriorate the detection performance compared to directly using the rainy images. This is the most important discovery of this paper, which goes against common sense.
项目小结 & 初涉 socket 编程
后面一度怀疑是我自己写的 TCP 太慢了,所以就去尝试了一下 Flask 部署的方式,看看利用封装完整的 API 来做 HTTP 传输会不会快。然而并不会,甚至比我自己写的 TCP 还要慢一些。