以阅读书籍和论文的方式获取计算机视觉知识
CV 经典书籍汇总:
Computer Vision: Models, Learning, and Inference
Computer Vision: Algorithms and Applications
[3DV]Multiple View Geometry in Computer Vision
[3DV]An Invitation to 3-D Vision
神奇网站:这个神奇网站一直对 CV 文献进行着收集和多维度分类,可以按 topic 查看、按会议查看等等,非常适合入门某一个 topic 时顺着它的历史沿革深入理解;
Windows 上用 Python 跑并行计算
问题描述
红外去反射项目需要用到并行计算,在 Windows 上利用多进程实现时遇到 pickle.PicklingError: Can’t pickle
Google Style Guides
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to...
17 post articles, 3 pages.