1 2 3 4 5 ··· 63 下一页
摘要: pytorch算子与onnx节点对应关系 支持ONNX算子清单-昇腾社区 (hiascend.com) onnx/docs/Operators.md at main · onnx/onnx · GitHub onnx模型可视化以及pytorch算子与onnx节点对应关系_onnx gather算子- 阅读全文
posted @ 2024-07-19 15:33 Picassooo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: BEVFormer转onnx,并优化_bevformer tensorrt-CSDN博客 下面github仓库提供了直接使用BEVFormer tensorrt工程生成onnx文件的方法: GitHub - DerryHub/BEVFormer_tensorrt: BEVFormer inferen 阅读全文
posted @ 2024-07-18 15:13 Picassooo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: def nms_bev(boxes, scores, thresh, pre_max_size=None, post_max_size=None): """NMS function GPU implementation (for BEV boxes). The overlap of two boxe 阅读全文
posted @ 2024-07-18 10:19 Picassooo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: PyTorch 中的 expand 函数用于扩展张量的形状,使其在某些维度上“看起来”像被复制了多次,但实际上它不会复制数据,从而节省内存和计算资源。扩展后的张量共享原始张量的内存空间,因此原始张量和扩展后的张量是同一个数据的视图。 以下是 torch.expand 函数的一些基本用法: 1. 扩展 阅读全文
posted @ 2024-07-15 09:22 Picassooo 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Python functools.partial函数详解与实战_python fuctiontool partial-CSDN博客 functools.partial:Python中灵活函数部分应用的工具_functools.partial()-CSDN博客 在Python编程中,functools 阅读全文
posted @ 2024-07-13 16:20 Picassooo 阅读(1) 评论(0) 推荐(0) 编辑
摘要: pitch、yaw、roll三个角的区别(yaw angle 偏航角,steering angle 航向角的解释)_pitch yaw-CSDN博客 阅读全文
posted @ 2024-07-12 17:24 Picassooo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ONNX简介-CSDN博客 (推荐) 深度学习模型转换与部署那些事(含ONNX格式详细分析) (bindog.github.io) (推荐) Pytorch导出ONNX及模型可视化教程_onnx模型可视化-CSDN博客 (推荐) pytorch模型(.pt)转onnx模型(.onnx)的方法详解(1 阅读全文
posted @ 2024-07-05 09:04 Picassooo 阅读(278) 评论(0) 推荐(0) 编辑
摘要: nuScenes 3D目标检测数据集解析(完整版附python代码)_nuscenes毫米波雷达-CSDN博客 车辆轨迹预测系列 (三):nuScenes数据集详细介绍-1_nusences数据集-CSDN博客 阅读全文
posted @ 2024-07-01 14:25 Picassooo 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 我的project中有一个名字为tools的文件夹,通过在这个文件夹里添加__init__.py,把这个文件夹变为了一个包,然后尝试从这个文件夹中import一些内容.发现失败了,报错是ModuleNotFoundError: No module named 'tools.data_converte 阅读全文
posted @ 2024-06-27 14:21 Picassooo 阅读(5) 评论(0) 推荐(0) 编辑
摘要: python使用opencv(cv2)在图像上绘制点线等_cv2 画点-CSDN博客 阅读全文
posted @ 2024-06-21 10:07 Picassooo 阅读(2) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 63 下一页