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"
转换rknn:python3 onnx_to_rknn.py
模型推理:python3 rknn_detect_yolov5.py