Eric-Canas / qrdet

Robust QR Detector based on YOLOv8
MIT License
91 stars 18 forks source link

Inference with onnx #15

Open miaoshuyu opened 4 months ago

miaoshuyu commented 4 months ago

Hi, A great job. Can qrdet use ONNX inference, or how can it convert to support ONNX inference

Eric-Canas commented 2 months ago

Hi!

Qrdet is based on ultralytics yolov8. So the inference step should be compatible with everything that ultralytics pipeline is actually compatible.

However, you'll probably have to parse the model and maybe make some modification on the detect() function for that

ravijo commented 1 month ago

@miaoshuyu

I exported this fantastic package to OpenVINO, ONNX etc. You may check the following repository: https://github.com/ravijo/qrdetector_openvino

Note that, this is the very first version, so there’s a lot of room for improvement. I have also contacted to @Eric-Canas to share the update and dicuss further.

Thanks