- 算法:YOLOv5
python detect.py --weights model.pt --device=cpu --source=img.png
python export.py --weights model.pt --include onnx --opset 16
python detect.py --weights model.onnx --device=cpu --source=img.png
python detect_onnx.py
python detect.py --weights model.pt --device=cpu --source=img.png
python export.py --weights model.pt --include onnx --opset 16
python detect.py --weights model.onnx --device=cpu --source=img.png
python detect_onnx.py