摘要: #### 问题1: 怎么算输出的维度? 方法1:我们可以直接导出 pt 为 onnx 文件,使用 Netron 来看即可。 python export.py --weights yolov5s.pt --include onnx --simplify # --simplify 帮助我们看每个维度是多 阅读全文
posted @ 2023-06-02 18:16 Zenith_Hugh 阅读(2088) 评论(0) 推荐(1)
摘要: [python 常用魔术方法](https://blog.csdn.net/hymn1993/article/details/124785641) [super().__init__() 有什么用?](https://www.cnblogs.com/ltkekeli1229/p/15651923.h 阅读全文
posted @ 2023-06-02 10:49 Zenith_Hugh 阅读(14) 评论(0) 推荐(0)