```
python detect.py --weights runs/train/exp2/weights/best.pt --source D:/Yolov5/yolov5/data/images/5.jpg
```训练后的best.pt识别不出来图片,图片跟原来一模一样
请问怎么解决的,我也想知道