鱼书学习笔记 Once a new technology rolls over you, if you’re not part of the steamroller, you’re part of the road. ― Stewart Brand. 2024-07-03 basic #DeepLearning
openCV开发学习 计算机视觉是一门研究如何使计算机通过分析图像和视频数据来「看」和「理解」世界的科学,更进一步来说,是指用 camera 和计算机代替人眼对目标进行识别跟踪和测量,旨在模仿甚至扩展人类视觉的能力,赋予机器识别、追踪、和解释视觉信息的能力。 2024-04-11 #cv #OpenCV
Github实用CheatSheet Git Cheat Sheet初始化仓库或克隆现有仓库 初始化新的Git仓库git init 克隆现有的仓库git clone https://github.com/username/repository.git 配置Git 配置用户信息(首次使用Git时)git config –global user.name “Your Name”git config –global user.emai 2024-03-26 notes #blog
基于OpenCV的车道线识别和障碍物检测 采用传统的数字图像处理方法(边缘检测 ,仿射变换,霍夫变换等)对图像,视频中的轨道进行检测和标注,并标注轨道所处的ROI区域。 在此基础上使用 NN 或者 YOLO5 目标检测深度学习算法进行区域内的障碍物识别,并以一定的指标对效率,效果进行评估 2024-03-14 project #railway #cv
Windows下的输入法与键盘布局 Keyboard layout should be tied to the keyboard hardware. The Chinese simplified pinyin input have to combined with the US keyboard layout in default when shifting. That is ridiculous, and cannot be ch 2023-06-21 tips
sample sample times used today: 3 today used: 5% | 42s spray remain: 42% time used in total: 42 2022-03-15 records #blog