- 博客(2)
- 收藏
- 关注
原创 deepsort复现中遇到的TypeError: tuple indices must be integers or slices, not tuple问题的解决
2.使用3.9或3.8版本的python ,需要把linear_assignment.py第四行改为第五行 并且把deep_sort_spp.py中的117行的np.int改为np.int32(64也可以。运行deep_sort_app.py出现TypeError: tuple indices must be integers or slices, not tuple问题。1.使用3.7版本的python, scikit-learn版本是0.22, linear_assignment.py中代码不变。
2023-04-14 17:48:25
867
4
原创 yolov7断点训练的问题
看过其他教程 不知道为什么 修改539行resume的default仍然报错 报错chekpoint is not exit问了师兄 他说v7代码很有意思的是 图一的参数是第一次训练用到的 后边训练的时候是会被图二的586行的参数取代 所以要想进行断点训练 要修改586行的参数 师兄在我那行代码后边加了'0','./runs/train/yolov720/weights/last.pt' 后来发现我的代码少了221一行 加上以后就解决了我的问题。
2023-04-04 10:44:45
654
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人