Hello mates. So i’ve managed to convert my “.pt” yolov11 model to “onnx”, and the to “.hef” by following the documentations.
now i want to be able to have a function where i can send an image and do OCR on it, much like what i’ve been doing with my old script with “.pt” model. How can i achieve this? i’ve been looking a lot, but i got nothing, and the examples aren’t easy to understand.
I’ve been seeing a lot of tutorial where people would use a camera, but i dont have one, thats one of the reasons i want to have a function where i can just input an image.
Any help would be appreciated.
Hello mate, thank you for your answer, i’ve used quite the pysdk, and it makes it really easy to use hailo. Recently i’ve been trying to do my inferences without PySDK so i can have deeper understanding of hailo, thats all.