RK3588_Detection/README.md

13 lines
269 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

原版仓库https://github.com/ultralytics/yolov5
环境要求python version >= 3.6
模型训练python3 train.py
模型导出python3 models/export.py --weights "xxx.pt"
转换rknnpython3 onnx_to_rknn.py
模型推理python3 rknn_detect_yolov5.py