I have converted yolov8s model with 320x320 imagesize and converted it onnx and then to HEF. When i used the default settings which is 640x640 i was able to see detection and now when i use the 320x320 im not able to see any detection when i pass a video file or through usb cam.
For your use case, I recommend using detection.py instead of detection_pipeline.py. While detection_pipeline.py handles the basic pipeline and functionality setup, detection.py is our main application that allows you to run custom HEF files.
Note that in our upcoming update, we’ll be separating these into distinct infrastructure and examples repositories. For now, please proceed with detection.py for the best experience.