摘要: 1.下载PostgreSQL和PostGIS 首先下载PostgreSQL,并安装:https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 接着下载PostGIS,不同的PostgresSQL对应的PostGIS版本从 阅读全文
posted @ 2026-04-11 15:33 太一吾鱼水 阅读(13) 评论(0) 推荐(0)
摘要: 1 def _compute_density_stats(values: np.ndarray) -> dict: 2 """Compute summary statistics for a density array.""" 3 return { 4 "mean": float(np.mean(v 阅读全文
posted @ 2026-04-07 17:40 太一吾鱼水 阅读(6) 评论(0) 推荐(0)
摘要: 参考资料: https://www.cnblogs.com/rude3knife/p/chroma_tutorial.html https://cloud.tencent.com/developer/article/2418946 https://developer.aliyun.com/artic 阅读全文
posted @ 2026-04-05 17:27 太一吾鱼水 阅读(8) 评论(0) 推荐(0)
摘要: Plan-and-Execute模式 https://blog.csdn.net/leah126/article/details/151111018 https://blog.csdn.net/weixin_29099217/article/details/158984118 https://big 阅读全文
posted @ 2026-03-18 19:33 太一吾鱼水 阅读(25) 评论(0) 推荐(0)
摘要: 目前使用了Cursor和GLM-4.7,刚开始Cursor接入的是sonnet-4.5和opus-4.5,开始使用后感觉飞起,直接帮我做的几个程序都成功了,感觉非常好。 但问题是访问国外的模型很麻烦,速度太慢,体验不好。GLM模型的评分也很高,所以想着简单的任务应该用GLM就可以满足要求了,就订阅了 阅读全文
posted @ 2026-03-13 19:37 太一吾鱼水 阅读(21) 评论(1) 推荐(0)
摘要: 启动claude,输入如下命令: /plugin marketplace add anthropics/skills /plugin install example-skills@anthropic-agent-skills 阅读全文
posted @ 2026-03-05 08:36 太一吾鱼水 阅读(23) 评论(0) 推荐(0)
摘要: 高级地理信息系统:Advanced Geographic Information System 高级地理信息系统(Advanced Geographic Information System,简称高级GIS)是一种集成了先进技术和方法的地理信息系统,旨在提供更高效、更精准的空间数据分析、可视化和决策 阅读全文
posted @ 2026-02-18 14:38 太一吾鱼水 阅读(12) 评论(0) 推荐(0)
摘要: https://colormagic.app/ 阅读全文
posted @ 2026-02-13 12:44 太一吾鱼水 阅读(8) 评论(0) 推荐(0)
摘要: 参考:https://docs.bigmodel.cn/cn/coding-plan/tool/claude 1.安装node.js,采用node.js v24.13.1后面能够成功下载claude code,之前的v18.4的某个版本下载不了。 https://nodejs.org/en/down 阅读全文
posted @ 2026-02-13 10:18 太一吾鱼水 阅读(703) 评论(0) 推荐(0)
摘要: ArcGIS Runtime SDK ArcObjects、ArcGIS Engine、ArcGIS Runtime以及ArcGIS Pro SDK的区别与联系 如何获取ArcGIS Runtime Lite许可 ArcGIS Runtime SDK for Android 100.x系列中如何去除 阅读全文
posted @ 2026-02-01 22:57 太一吾鱼水 阅读(13) 评论(0) 推荐(0)
摘要: DINOv3权重文件下载 https://blog.csdn.net/qq_53644346/article/details/151717501 GitHub https://github.com/facebookresearch/dinov3/tree/main 两个示例: https://git 阅读全文
posted @ 2026-01-08 16:40 太一吾鱼水 阅读(72) 评论(0) 推荐(0)
摘要: aliceVision_utils_split360Images 是 AliceVision/Meshroom 开源三维重建框架中的一个实用工具。 其核心原理是将360°全景图像(如等距圆柱投影的 equirectangular 图像)分割成多个透视投影的子图像,以便后续的传统多视角三维重建流程能够 阅读全文
posted @ 2025-12-22 23:19 太一吾鱼水 阅读(121) 评论(1) 推荐(0)
摘要: 缺少cv2.ximgproc模块,module 'cv2.ximgproc' has no attribute 'createRightMatcher' 卸载重装 pip uninstall opencv-python pip install opencv-contrib-python 基于点云强度 阅读全文
posted @ 2025-12-18 17:25 太一吾鱼水 阅读(30) 评论(0) 推荐(0)
摘要: 1.安装参考 SAM 3 深度技术解析:从图像分割到三维重建的全链路实践_sam3-CSDN博客 # 创建Python虚拟环境(推荐使用Python 3.10或3.12)conda create -n sam3 python=3.12 -yconda activate sam3 # 安装SAM 3核 阅读全文
posted @ 2025-12-17 16:59 太一吾鱼水 阅读(488) 评论(0) 推荐(0)
摘要: http://www.sihey.com/zsyl/pw/ https://weibo.com/6982934722/Kmsb7ji0h https://baijiahao.baidu.com/s?id=1797361676791226486&wfr=spider&for=pc 当心间是中国传统木构 阅读全文
posted @ 2025-11-09 20:35 太一吾鱼水 阅读(34) 评论(0) 推荐(0)
摘要: 一直对空地融合和无人机与激光点云融合抱有很大的期待,限于没有很好的激光点云设备,一直没有实验看看结果如何。最近入手了一台RS10,终于有高精度带地理坐标的激光点云数据了,然后就实验了一下。 设照片数据建模为 A,点云为B(点云数据相对精度5cm以内)。 1.首先遇到的一个问题是,导入的las点云颜色 阅读全文
posted @ 2025-10-24 16:05 太一吾鱼水 阅读(257) 评论(0) 推荐(0)
摘要: 注意力机制: https://blog.csdn.net/weixin_45657478/article/details/125530504 其他学习:https://zhuanlan.zhihu.com/p/577137767 https://blog.51cto.com/u_15278213/5 阅读全文
posted @ 2025-09-26 16:37 太一吾鱼水 阅读(45) 评论(0) 推荐(0)
摘要: PR曲线绘制 https://blog.csdn.net/xiang_gina/article/details/149962713 三分钟带你理解ROC曲线和PR曲线 https://blog.csdn.net/Guo_Python/article/details/105820358 https:/ 阅读全文
posted @ 2025-09-23 16:15 太一吾鱼水 阅读(22) 评论(0) 推荐(0)
摘要: Zero-Shot提示:模型只根据任务的描述生成响应,不需要任何示例。 One-Shot提示:只提供一个例子。 Few-Shot提示:提供几个例子。在提示中的作用是通过少量样本引导模型对特定任务进行学习和执行,例如通过提供少量风格或主题示例,引导模型产出具有相似风格或主题的创作。 Zero-Shot 阅读全文
posted @ 2025-09-21 15:08 太一吾鱼水 阅读(508) 评论(0) 推荐(0)
摘要: 1. 在深度学习模型训练过程中,为什么一个epoch内损失函数会出现先下降后上升的现象? 训练中,损失先降后升可能与以下因素相关: 1)学习率过高,初期权重更新使损失下降,但后期过大更新导致拟合偏差; 2)数据批次(batch)分布不均,某些批次噪声大或样本特殊,影响参数调整; 3)正则化项作用,在 阅读全文
posted @ 2025-09-19 15:20 太一吾鱼水 阅读(392) 评论(0) 推荐(0)