yolov5-strongsort-5.0

1.报错

1.ModuleNotFoundError: No module named 'yolov5.utils.dataloaders'

改成datasets

2. cannot import name 'scale_boxes' from 'yolov5.utils.general' 

改成scale_coords

3.pip install lap

pip install filterpy

4.ModuleNotFoundError: No module named 'cython_bbox'

pip install cython
pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox

pip install pycocotools -i https://pypi.mirrors.ustc.edu.cn/simple

5.print_args() missing 1 required positional argument: 'opt'

直接注释掉

6.TypeError: __init__() got an unexpected keyword argument 'fp16'

去掉fp16=half

7.RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

可能是权重文件损坏

重新下一个

8.

qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin &

你可能感兴趣的:(深度学习,人工智能)