
YOLOv5
文章平均质量分 58
天才大狗b
HW算法高级工程师,昇腾计算产品线
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Faiss索引
1、faiss有两种索引构建模式,一种是全量构建,二是增量的索引构建,也就是在原来的基础上添加向量。第一次构建索引时需要经过Train和Add两个操作,后续添加新embedding就直接执行Add就是增量构建了。2、Faiss提供了三种索引类型精确索引-IndexFlatL2、indexFlatIP、倒排快速索引-IndexIVFFlat、乘积量化索引-IndexIVFPQ, 精确索引是一种暴力无误差模式,检索库数据量不大时,优先追求精度时可以用这个。检索库数据量较大时,推荐使用乘积量化索引。原创 2022-09-29 16:00:29 · 3468 阅读 · 1 评论 -
yolov5_6.0以上的模型和6.0以下的模型不兼容问题。Can‘t get attribute ‘SPPF‘
完全解决yolov5权重6.0与之前版本不兼容问题]Can‘t get attribute ‘SPPF‘ on emodule ‘models.common‘原创 2022-09-27 18:13:35 · 1619 阅读 · 2 评论 -
【cv2调用摄像头】
cv2调用摄像头原创 2022-09-27 10:40:15 · 3397 阅读 · 0 评论 -
ONNX: export failure: Exporting the operator silu to ONNX opset version 12 is not suppo
ONNX: export failure: Exporting the operator silu to ONNX opset version 12 is not suppo。原创 2022-09-09 10:30:03 · 3957 阅读 · 5 评论 -
OpenVINO: export failure: libpython3.9.so.1.0: cannot open shared object file: No such file or direc
OpenVINO: export failure: libpython3.9.so.1.0: cannot open shared object file: No such file or directory原创 2022-09-09 10:15:44 · 2208 阅读 · 0 评论 -
conda 创建虚拟环境命令
conda 创建虚拟环境命令原创 2022-09-08 10:22:52 · 11206 阅读 · 0 评论 -
【openCV调用摄像头】python
–openCV调用摄像头原创 2022-06-29 14:37:22 · 3002 阅读 · 0 评论 -
【Pytorch深度学习:必知必会的炼丹法宝
炼丹密集原创 2022-04-27 11:18:19 · 841 阅读 · 0 评论