We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone.
I am working on orange pi 5 plus board.
I have trained my custom model using yolov5s and got best.pt, and then using https://github.com/airockchip/yolov5 github and command
python export.py --rknpu --weight best.pt converted to onnx model.
python export.py --rknpu --weight best.pt
and using https://github.com/airockchip/rknn_model_zoo/blob/main/examples/yolov5/python/convert.py
converted onnx to rknn.
and copied this model to rknn and run,
bounding boxes are not properly plotting,
please help me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone.
I am working on orange pi 5 plus board.
I have trained my custom model using yolov5s and got best.pt, and then
using https://github.com/airockchip/yolov5 github and command
python export.py --rknpu --weight best.pt
converted to onnx model.and using https://github.com/airockchip/rknn_model_zoo/blob/main/examples/yolov5/python/convert.py
converted onnx to rknn.
and copied this model to rknn and run,
bounding boxes are not properly plotting,
please help me.

The text was updated successfully, but these errors were encountered: