模型:yolov5-lite
python:3.7.10

电脑跑的pt然后转onnx

树莓派部署只需要安装opencv+onnxruntime即可
安装之前记得换源

1
2
3
4
5
pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/
pip config set install.trusted-host https://pypi.mirrors.ustc.edu.cn/

pip install opencv-python
pip install onnxruntime

然后就能愉快的跑模型啦
虽然帧数不高,但是目前来看还够用
yololite1.png