kaylorchen / rk3588-yolo-demo

The project is a multi-threaded inference demo of Yolo running on the RK3588 platform, which has been adapted for reading video files and camera feeds. The demo uses the Yolov8n model for file inference, with a maximum inference frame rate of up to 100 frames per second.
MIT License
192 stars 24 forks source link

yolov10n.onnx conversion issue #23

Open happyiminjay1 opened 2 weeks ago

happyiminjay1 commented 2 weeks ago

Thanks for the great work.

I found this quite strange in the yolov10n.onnx shared on the google drive.

image

Is it reversed?

Thanks

kaylorchen commented 2 weeks ago

Thanks for the great work.

I found this quite strange in the yolov10n.onnx shared on the google drive.

image

Is it reversed?

Thanks

you are right. I have updated my yolov10's export.py. you can export your model by https://github.com/kaylorchen/yolov10/tree/rk3588 .