
python基础
感谢粉丝的认可,特意把python基础知识免费分享出来,供大家学习使用
AI算法网奇
本人是一名资深算法工程师,优快云博客专家。多年一线算法研发经验 主要研究方向为三维重建、多模态模型。希望把我的经验和知识带给每一个喜欢钻研朋友,为中国人工智能行业添砖加瓦!
展开
-
dbscan 检测噪声
dbscan 检测噪声原创 2025-04-04 12:45:53 · 61 阅读 · 0 评论 -
平滑窗口去抖动
【代码】平滑窗口去抖动。原创 2025-04-04 05:44:17 · 107 阅读 · 0 评论 -
自适应卡尔曼滤波
自适应卡尔曼滤波原创 2025-04-03 18:51:30 · 39 阅读 · 0 评论 -
逆透视投影 torch
逆透视投影 torch原创 2025-04-03 11:01:48 · 135 阅读 · 0 评论 -
torch 拆分子张量 分割张量
torch 拆分子张量 分割张量原创 2025-04-03 10:18:45 · 174 阅读 · 0 评论 -
RANSAC 去除异常点 离群点 不推荐可供研究
RANSAC 去除异常点 离群点 不推荐可供研究原创 2025-04-01 08:23:40 · 213 阅读 · 0 评论 -
torch 运算符号总结
【代码】torch 运算符号总结。原创 2025-03-31 07:17:56 · 157 阅读 · 0 评论 -
爱因斯坦求和 torch
爱因斯坦求和 torch原创 2025-03-30 23:41:07 · 313 阅读 · 0 评论 -
最小二乘求解器lstsq,处理带权重和L2正则的线性回归
最小二乘求解器lstsq,处理带权重和L2正则的线性回归原创 2025-03-30 16:07:32 · 299 阅读 · 0 评论 -
unsupported operand type(s) for |: ‘dict‘ and ‘dict‘
unsupported operand type(s) for |: 'dict' and 'dict'原创 2025-03-26 00:46:36 · 121 阅读 · 0 评论 -
windows wget
windows wget原创 2025-03-26 00:28:21 · 167 阅读 · 0 评论 -
docker ssh远程连接
docker ssh远程连接原创 2025-03-25 15:22:40 · 524 阅读 · 0 评论 -
‘Unable to load OpenGL library‘, ‘OSMesa: cannot open shared object file: No such file or directory‘
'Unable to load OpenGL library', 'OSMesa: cannot open shared object file: No such file or directory'原创 2025-03-24 11:58:04 · 246 阅读 · 0 评论 -
cannot import name ‘inference_top_down_pose_model‘ from ‘mmpose.apis‘
解决方法:pip install mmpose==0.25.0。原创 2025-03-23 22:16:00 · 137 阅读 · 0 评论 -
AssertionError: MMCV==1.7.2 is used but incompatible. Please install mmcv>=2.0.0rc4, <=3.0.0
原文链接:https://blog.youkuaiyun.com/jacke121/article/details/145319529。安装mmcv-full==1.7.1,但是与之匹配的mmpose==0.28.0。安装 MMCV — mmcv 2.0.0 文档。这个linux cuda12.4安装成功。原创 2025-03-23 22:05:56 · 162 阅读 · 0 评论 -
git 设置保存密码 git保存密码
git 设置保存密码 git保存密码原创 2025-03-21 20:23:20 · 479 阅读 · 0 评论 -
OpenGL.error.GLError: GLError( err = 12289,
OpenGL.error.GLError: GLError( err = 12289,原创 2025-03-21 11:44:19 · 49 阅读 · 0 评论 -
numpy 踩坑记录2025
numpy 踩坑记录2025原创 2025-03-21 10:52:26 · 156 阅读 · 0 评论 -
python 字典连续 key提取
python 字典连续 key提取原创 2025-03-20 17:36:13 · 136 阅读 · 0 评论 -
序列异常检测 离群点处理 inverse_distance过滤
序列异常检测 离群点处理 inverse_distance过滤原创 2025-03-20 16:34:00 · 168 阅读 · 0 评论 -
cannot import name ‘_C‘ from ‘sam2‘
cannot import name '_C' from 'sam2'原创 2025-03-19 19:45:43 · 90 阅读 · 0 评论 -
OpenGL.error.GLError: GLError(err = 12289,baseOperation = eglInitialize,
OpenGL.error.GLError: GLError(err = 12289,baseOperation = eglInitialize,原创 2025-03-19 14:31:28 · 203 阅读 · 0 评论 -
财经 stock api获取数据
财经 stock api获取数据原创 2025-03-18 23:25:57 · 184 阅读 · 0 评论 -
软链接 使用笔记 linux命令 if判断
软链接 使用笔记 linux命令 if判断原创 2025-03-18 17:17:20 · 215 阅读 · 0 评论 -
torch_scatter/_scatter_cuda.so: undefined symbol: _ZN2at23SavedTensorDefaultHooks11set_tracingEb
报错:原因:torch_scatter版本不太匹配,原创 2025-03-17 23:55:37 · 133 阅读 · 0 评论 -
CorruptedEnvironmentError: The target environment has been corrupted. Corrupted environments most co
若激活失败,直接进入下一步。原创 2025-03-16 06:30:58 · 455 阅读 · 0 评论 -
UNet2DConditionModel.forward() got an unexpected keyword argument ‘dino_feature‘
UNet2DConditionModel.forward() got an unexpected keyword argument 'dino_feature'原创 2025-03-16 06:18:29 · 121 阅读 · 0 评论 -
AttributeError: module ‘tensorrt‘ has no attribute ‘int8‘
AttributeError: module 'tensorrt' has no attribute 'int8'原创 2025-03-15 19:57:43 · 139 阅读 · 0 评论 -
OSError: /usr/local/lib/python3.10/dist-packages/torch_tensorrt/lib/libtorchtrt.so
OSError: /usr/local/lib/python3.10/dist-packages/torch_tensorrt/lib/libtorchtrt.so原创 2025-03-15 19:03:43 · 304 阅读 · 0 评论 -
yolov12 推理 去抖动
yolov12 推理 去抖动原创 2025-03-14 11:28:27 · 292 阅读 · 0 评论 -
bpy 自定义属性 自定义变量
bpy 自定义属性 自定义变量原创 2025-03-13 10:49:10 · 139 阅读 · 0 评论 -
mesh转mask 凸包实现
mesh转mask 凸包实现原创 2025-03-12 08:38:26 · 235 阅读 · 0 评论 -
core dumped 总结
core dumped原创 2025-03-11 20:56:39 · 231 阅读 · 0 评论 -
cuDNN Frontend error: [cudnn_frontend] Error: No execution plans support the graph.
cuDNN Frontend error: [cudnn_frontend] Error: No execution plans support the graph.原创 2025-03-11 20:33:16 · 262 阅读 · 0 评论 -
bin/python: bad interpreter: No such file or directory
bin/python: bad interpreter: No such file or directory原创 2025-03-11 19:30:35 · 177 阅读 · 0 评论 -
python opencv角点检测
python opencv角点检测原创 2025-03-11 15:12:22 · 139 阅读 · 0 评论 -
name ‘bare_metal_version‘ is not mamba_ssm安装
name ‘bare_metal_version‘ is not mamba_ssm安装原创 2025-03-08 23:28:49 · 187 阅读 · 0 评论 -
blender 渲染分辨率 blender渲染宽高
blender 渲染分辨率 blender渲染宽高原创 2025-03-04 23:36:41 · 167 阅读 · 0 评论 -
numpy版本踩坑总结 持续更新
numpy版本踩坑总结 持续更新原创 2025-03-07 11:36:10 · 411 阅读 · 0 评论 -
gmm_08.pkl 解析 读取
gmm_08.pkl 解析 读取原创 2025-03-06 23:01:08 · 158 阅读 · 0 评论