阅读记录(2022年7月)
2022-07-25
-
CMake
CMake Tutorial — CMake 3.24.0-rc4 Documentation
cmake-commands(7) — CMake 3.24.0-rc4 Documentation
cmake-packages(7) — CMake 3.24.0-rc4 Documentation
cmake-developer(7) — CMake 3.24.0-rc4 Documentation
install — CMake 3.24.0-rc4 Documentation
如何使用CMake查找并使用install-export和find_package链接到库? - VoidCC
CMAKE 编写 FindXXX.cmake_qq_40715157的博客-CSDN博客
cmake使用 - 知乎
C++工程:总结 CMake 添加第三方库依赖方式git submodule、 find_library、FetchContent、CPM等_龙行天下01的博客-CSDN博客_cmake链接第三方库 -
西湖龙井茶
上杭州哪里能买到正宗的西湖龙井呢? - 知乎
一篇读懂西湖龙井:龙井茶国标等级、狮峰群体、梅家坞龙井43等
杭州市西湖区龙井茶产业协会官网
贡牌西湖龙井茶官方网站
2022-07-18
- 文件(夹)比较工具
Download Beyond Compare Free Trial
如何永久使用Beyond Compare?(附注册码/密钥) - 镜像之家
ubuntu 下文件/文件夹 比较工具 DiffMerge_wozaizheli8666的博客-CSDN博客_ubuntu 文件对比
文件对比工具_文件对比软件大全
UltraCompare(文件比较工具)下载 v21.10.0.46中文免费版 64位-文件内容比较工具-pc6下载站
UltraCompare for mac(文件/文档对比工具) v18.00.0.42 - 知乎
Compare Files, Folders, Text | UltraCompare
Ubuntu 文件比较神器 nautils-compare (类似 BCompare )_larphy的博客-CSDN博客_ubuntu 对比工具
免费好用的Diff和Merge工具大总结_tboqi1的博客-CSDN博客_diffmerge
SourceGear | DiffMerge
2022-07-16
2022-07-12
2022-07-08
- Ubuntu设置开机启动脚本
ubuntu 设置脚本开机自启动 - 简书echo -e "#! /bin/bash\n\necho hello > /home/yuqiang/hello.txt" >> /home/yuqiang/startup.sh chmod +x /home/yuqiang/startup.sh sudo bash -c "echo -e \"\n\n[Install]\nWantedBy=multi-user.target\nAlias=rc-local.service\" >> /lib/systemd/system/rc-local.service" sudo bash -c "echo -e \"#! /bin/bash\n\nsu - yuqiang -c '/bin/bash /home/yuqiang/startup.sh'\" >> /etc/rc.local" sudo chmod +x /etc/rc.local sudo systemctl enable rc-local sudo systemctl start rc-local.service sudo systemctl status rc-local.service sudo reboot
2022-07-07
- 杂项
opencv 一种不均匀光照的补偿方法_徐大大平凡之路的博客-CSDN博客
opencv光照不均匀的图像处理_OpenCV图像处理专栏十二 |基于二维伽马函数的光照不均匀图像自适应校正算法..._weixin_39907591的博客-CSDN博客
Visual Studio 中的 CMake 项目 | Microsoft Docs
Cmake封神之作:cmake-presets_哈士猫的博客-CSDN博客
使用VS Code进行Qt开发_海将河推走的博客-CSDN博客_qt vscode
2022-07-05
-
mmdetection
mmdetection/transforms.py at master · open-mmlab/mmdetection · GitHub
mmdetection/transforms.py - Corrupt at master · open-mmlab/mmdetection · GitHub
mmdetection/transforms.py - Albu at master · open-mmlab/mmdetection · GitHub
GitHub - bethgelab/imagecorruptions: Python package to corrupt arbitrary images.
albumentations — albumentations 1.1.0 documentation
GitHub - albumentations-team/albumentations: Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125 -
Qt
使用QSS美化PyQt界面,分享6套超赞皮肤 - 知乎
GitHub - Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6
Wanderson-Magalhaes (Wanderson M. Pimenta) · GitHub -
杂项
Linux 异常:The following signatures couldn‘t be verified because the public key is not available_TineAine的博客-CSDN博客
PyTorch的CUDA错误:Error 804: forward compatibility was attempted on non supported HW - 知乎
Docker如何打包自己的容器 - 知乎
2022-07-03
-
红外目标检测
哈尔滨工业大学提出 RISTDnet:强鲁棒性的红外小目标检测网络_Zhanglw882的博客-CSDN博客
ALCNet——红外小目标检测网络论文阅读_XenonHaze的博客-CSDN博客
哈工大提出ISTDU-Net:红外小目标检测U型网络 - 知乎
GitHub - YeRen123455/Infrared-Small-Target-Detection
GitHub - Tianfang-Zhang/awesome-infrared-small-targets: List of awesome infrared small targets detection methods!
GitHub - YimianDai/open-acm: code and trained models for "Asymmetric Contextual Modulation for Infrared Small Target Detection"
GitHub - Tianfang-Zhang/AGPCNet: Official Implementation of Attention-Guided Pyramid Context Networks for Infrared Small Target Detection -
杂项
【2】OpenCV核心模块(6)改变图像对比度和亮度 - 知乎
OpenCV#10 brightness亮度contrast对比度调节_健忘的松鼠的博客-CSDN博客_opencv亮度调节函数
一文搞懂直方图均衡 - 知乎
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库