yolo系列
广寒尔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
YOLOv7报错: assets = [x[‘name‘] for x in response[‘assets‘]] # release assetsKeyError: ‘assets‘
YOLOv7报错:assets = [x['name'] for x in response['assets']] # release assetsKeyError: 'assets'原创 2024-08-26 21:21:45 · 481 阅读 · 0 评论 -
YOLO报错:_pickle.UnpicklingError: STACK_GLOBAL requires str
YOLO报错_pickle.UnpicklingError: STACK_GLOBAL requires str原创 2024-08-26 19:53:54 · 667 阅读 · 0 评论 -
GradCAM热力图-可视化——error
RuntimeError: The size of tensor a (32) must match the size of tensor b (512) at non-singleton dimension 1原创 2024-07-14 23:42:52 · 441 阅读 · 0 评论 -
YOLO模型conda环境配置中的问题
出现这一报错,是由于np.int属性在NumPy 1.20中被弃用,即不能再写np.int,解决办法有两种:(2)按照报错指引依次将源码中np.int更改为np.int64建议使用第2种方法,第1种方法可能存在库间的兼容性问题,容易引起其他报错。原创 2023-09-18 08:25:22 · 345 阅读 · 0 评论
分享