Error when run yolov11n with Visdrone Dataset with Degirum

Hi everyone, I have a problem with Degirum,

When I run this model in hailo-rpi5-exemples with detection.py in basic_pipeline, It’s works:

But when I run on degirum env, it has some issues like this. It works in hailo example but not here.
Here’s my json and labels:

Hi @DevPhamPham
This is because yor compiled hef has in built nms from Hailo whereas the json specifies DeGirum’s postprocessor. You can follow the json from this model that can use Hailo’s built-in nms: DeGirum AI Hub. Please let me know if you need more help. We published a detailed guide about this: User Guide 3: Simplifying Object Detection on a Hailo Device Using DeGirum PySDK - Guides - Hailo Community

1 Like

thanks you, It’s work for me!

1 Like

Hi Pham Pham. Could you share the model you’re using? It would be very useful for an analysis I want to make at work.